Home
last modified time | relevance | path

Searched refs:mlock (Results 1 – 25 of 3118) sorted by relevance

12345678910>>...125

/dports/mail/panda-imap/panda-imap-7905901/src/mlock/
H A DMakefile35 all: mlock
37 mlock: mlock.o target
38 $(CC) $(CFLAGS) -o mlock mlock.o
40 install: mlock
41 chgrp mail mlock
42 chmod 3711 mlock
43 cp -p mlock /etc/mlock
46 rm -f *.o mlock || true
/dports/mail/imap-uw/imap-2007f/src/mlock/
H A DMakefile35 all: mlock
37 mlock: mlock.o target
38 $(CC) $(CFLAGS) -o mlock mlock.o
40 install: mlock
41 chgrp mail mlock
42 chmod 3711 mlock
43 cp -p mlock /etc/mlock
46 rm -f *.o mlock || true
/dports/mail/panda-cclient/panda-imap-7905901/src/mlock/
H A DMakefile36 all: mlock
38 mlock: mlock.o target
39 $(CC) $(CFLAGS) -o mlock mlock.o
41 install: mlock
42 chgrp mail mlock
43 chmod 3711 mlock
44 cp -p mlock /etc/mlock
47 rm -f *.o mlock || true
/dports/mail/cclient/imap-2007f/src/mlock/
H A DMakefile36 all: mlock
38 mlock: mlock.o target
39 $(CC) $(CFLAGS) -o mlock mlock.o
41 install: mlock
42 chgrp mail mlock
43 chmod 3711 mlock
44 cp -p mlock /etc/mlock
47 rm -f *.o mlock || true
/dports/mail/alpine/alpine-465e23b/imap/src/mlock/
H A DMakefile36 all: mlock
38 mlock: mlock.o target
39 $(CC) $(CFLAGS) -o mlock mlock.o
41 install: mlock
42 chgrp mail mlock
43 chmod 3711 mlock
44 cp -p mlock /etc/mlock
47 rm -f *.o mlock || true
/dports/editors/pico-alpine/alpine-465e23b/imap/src/mlock/
H A DMakefile36 all: mlock
38 mlock: mlock.o target
39 $(CC) $(CFLAGS) -o mlock mlock.o
41 install: mlock
42 chgrp mail mlock
43 chmod 3711 mlock
44 cp -p mlock /etc/mlock
47 rm -f *.o mlock || true
/dports/multimedia/snapcast/snapcast-0.25.0/common/
H A Dqueue.h34 std::unique_lock<std::mutex> mlock(mutex_); in pop()
36 cond_.wait(mlock); in pop()
47 std::lock_guard<std::mutex> mlock(mutex_); in abort_wait()
55 std::unique_lock<std::mutex> mlock(mutex_); in wait_for()
65 std::unique_lock<std::mutex> mlock(mutex_);
84 std::unique_lock<std::mutex> mlock(mutex_); in pop()
86 cond_.wait(mlock); in pop()
95 std::lock_guard<std::mutex> mlock(mutex_); in push_front()
103 std::lock_guard<std::mutex> mlock(mutex_); in back_copy()
112 std::lock_guard<std::mutex> mlock(mutex_); in front_copy()
[all …]
/dports/security/pinentry-tty/pinentry-1.1.1/
H A Dacinclude.m426 # Check whether mlock is broken (hpux 10.20 raises a SIGBUS if mlock
28 # For DECs Tru64 we have also to check whether mlock is in librt
29 # mlock is there a macro using memlk()
34 [ AC_CHECK_FUNCS(mlock)
40 AC_CACHE_CHECK([whether mlock is in sys/mman.h],
57 mlock(&i, 4);
65 [Defined if the system supports an mlock() call])
70 AC_MSG_CHECKING(whether mlock is broken)
91 err = mlock( pool, 4096 );
106 [Defined if the mlock() call does not work])
/dports/security/pinentry-gtk2/pinentry-1.1.1/
H A Dacinclude.m426 # Check whether mlock is broken (hpux 10.20 raises a SIGBUS if mlock
28 # For DECs Tru64 we have also to check whether mlock is in librt
29 # mlock is there a macro using memlk()
34 [ AC_CHECK_FUNCS(mlock)
40 AC_CACHE_CHECK([whether mlock is in sys/mman.h],
57 mlock(&i, 4);
65 [Defined if the system supports an mlock() call])
70 AC_MSG_CHECKING(whether mlock is broken)
91 err = mlock( pool, 4096 );
106 [Defined if the mlock() call does not work])
/dports/security/pinentry/pinentry-1.1.1/
H A Dacinclude.m426 # Check whether mlock is broken (hpux 10.20 raises a SIGBUS if mlock
28 # For DECs Tru64 we have also to check whether mlock is in librt
29 # mlock is there a macro using memlk()
34 [ AC_CHECK_FUNCS(mlock)
40 AC_CACHE_CHECK([whether mlock is in sys/mman.h],
57 mlock(&i, 4);
65 [Defined if the system supports an mlock() call])
70 AC_MSG_CHECKING(whether mlock is broken)
91 err = mlock( pool, 4096 );
106 [Defined if the mlock() call does not work])
/dports/security/pinentry-curses/pinentry-1.1.1/
H A Dacinclude.m426 # Check whether mlock is broken (hpux 10.20 raises a SIGBUS if mlock
28 # For DECs Tru64 we have also to check whether mlock is in librt
29 # mlock is there a macro using memlk()
34 [ AC_CHECK_FUNCS(mlock)
40 AC_CACHE_CHECK([whether mlock is in sys/mman.h],
57 mlock(&i, 4);
65 [Defined if the system supports an mlock() call])
70 AC_MSG_CHECKING(whether mlock is broken)
91 err = mlock( pool, 4096 );
106 [Defined if the mlock() call does not work])
/dports/security/pinentry-gnome3/pinentry-1.1.1/
H A Dacinclude.m426 # Check whether mlock is broken (hpux 10.20 raises a SIGBUS if mlock
28 # For DECs Tru64 we have also to check whether mlock is in librt
29 # mlock is there a macro using memlk()
34 [ AC_CHECK_FUNCS(mlock)
40 AC_CACHE_CHECK([whether mlock is in sys/mman.h],
57 mlock(&i, 4);
65 [Defined if the system supports an mlock() call])
70 AC_MSG_CHECKING(whether mlock is broken)
91 err = mlock( pool, 4096 );
106 [Defined if the mlock() call does not work])
/dports/security/pinentry-qt5/pinentry-1.1.1/
H A Dacinclude.m426 # Check whether mlock is broken (hpux 10.20 raises a SIGBUS if mlock
28 # For DECs Tru64 we have also to check whether mlock is in librt
29 # mlock is there a macro using memlk()
34 [ AC_CHECK_FUNCS(mlock)
40 AC_CACHE_CHECK([whether mlock is in sys/mman.h],
57 mlock(&i, 4);
65 [Defined if the system supports an mlock() call])
70 AC_MSG_CHECKING(whether mlock is broken)
91 err = mlock( pool, 4096 );
106 [Defined if the mlock() call does not work])
/dports/security/pinentry-efl/pinentry-1.1.1/
H A Dacinclude.m426 # Check whether mlock is broken (hpux 10.20 raises a SIGBUS if mlock
28 # For DECs Tru64 we have also to check whether mlock is in librt
29 # mlock is there a macro using memlk()
34 [ AC_CHECK_FUNCS(mlock)
40 AC_CACHE_CHECK([whether mlock is in sys/mman.h],
57 mlock(&i, 4);
65 [Defined if the system supports an mlock() call])
70 AC_MSG_CHECKING(whether mlock is broken)
91 err = mlock( pool, 4096 );
106 [Defined if the mlock() call does not work])
/dports/security/pinentry-fltk/pinentry-1.1.1/
H A Dacinclude.m426 # Check whether mlock is broken (hpux 10.20 raises a SIGBUS if mlock
28 # For DECs Tru64 we have also to check whether mlock is in librt
29 # mlock is there a macro using memlk()
34 [ AC_CHECK_FUNCS(mlock)
40 AC_CACHE_CHECK([whether mlock is in sys/mman.h],
57 mlock(&i, 4);
65 [Defined if the system supports an mlock() call])
70 AC_MSG_CHECKING(whether mlock is broken)
91 err = mlock( pool, 4096 );
106 [Defined if the mlock() call does not work])
/dports/devel/florist-gpl/florist-gpl-2017-src/libsrc/
H A Dposix-memory_range_locking.adb53 function mlock (addr : access System.Address; len : size_t) return int; subprogspec
54 pragma Import (C, mlock, mlock_LINKNAME);
66 if mlock (Addr'Unchecked_Access, size_t (Length)) = -1
70 function mlock (addr : System.Address; len : size_t) return int;
71 pragma Import (C, mlock, mlock_LINKNAME);
73 Check (mlock (Addr, size_t (Length)));
76 Check (mlock (Addr'Unchecked_Access, size_t (Length)));
/dports/graphics/mapcache/mapcache-1.10.0/lib/
H A Dlock.c331 mapcache_lock_memcache *mlock = (mapcache_lock_memcache*)lock; in mapcache_locker_memcache_ping_lock() local
332 if(!mlock || !mlock->lockname || !mlock->memcache) in mapcache_locker_memcache_ping_lock()
334 rv = apr_memcache_getp(mlock->memcache,ctx->pool,mlock->lockname,&one,&ione,NULL); in mapcache_locker_memcache_ping_lock()
346 mapcache_lock_memcache *mlock = apr_pcalloc(ctx->pool, sizeof(mapcache_lock_memcache)); in mapcache_locker_memcache_aquire_lock() local
347 mlock->lockname = memcache_key_for_resource(ctx, lm, resource); in mapcache_locker_memcache_aquire_lock()
348 mlock->memcache = create_memcache(ctx,lm); in mapcache_locker_memcache_aquire_lock()
352 *lock = mlock; in mapcache_locker_memcache_aquire_lock()
353 rv = apr_memcache_add(mlock->memcache,mlock->lockname,"1",1,self->timeout,0); in mapcache_locker_memcache_aquire_lock()
366 mapcache_lock_memcache *mlock = (mapcache_lock_memcache*)lock; in mapcache_locker_memcache_release_lock() local
368 if(!mlock || !mlock->memcache || !mlock->lockname) { in mapcache_locker_memcache_release_lock()
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dmlock.texi1 @node mlock
2 @section @code{mlock}
3 @findex mlock
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/mlock.html}
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dmlock.texi1 @node mlock
2 @section @code{mlock}
3 @findex mlock
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mlock.html}
/dports/devel/functionalplus/FunctionalPlus-0.2.18-p0/include/fplus/
H A Dqueue.hpp53 std::unique_lock<std::mutex> mlock(mutex_); in pop_all() local
61 std::unique_lock<std::mutex> mlock(mutex_); in wait_and_pop_all() local
62 cond_.wait(mlock, [&]() -> bool { return !queue_.empty(); }); in wait_and_pop_all()
70 std::unique_lock<std::mutex> mlock(mutex_); in wait_for_and_pop_all() local
72 cond_.wait_for(mlock, t, [&]() -> bool { return !queue_.empty(); }); in wait_for_and_pop_all()
/dports/mail/alpine/alpine-465e23b/packages/
H A Dalpine.spec39 if ! install -D -m2755 -gmail imap/mlock/mlock $RPM_BUILD_ROOT%{_sbindir}/mlock; then
40 install -D -m755 imap/mlock/mlock $RPM_BUILD_ROOT%{_sbindir}/mlock
64 %attr(2755, root, mail) %{_sbindir}/mlock
/dports/editors/pico-alpine/alpine-465e23b/packages/
H A Dalpine.spec39 if ! install -D -m2755 -gmail imap/mlock/mlock $RPM_BUILD_ROOT%{_sbindir}/mlock; then
40 install -D -m755 imap/mlock/mlock $RPM_BUILD_ROOT%{_sbindir}/mlock
64 %attr(2755, root, mail) %{_sbindir}/mlock
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/so_5/disp/mpsc_queue_traits/
H A Dpub.cpp102 std::unique_lock< std::mutex > mlock( m_mutex ); in wait_for_notify() local
106 m_condition.wait( mlock, [this]{ return m_signaled; } ); in wait_for_notify()
176 std::unique_lock< std::mutex > mlock{ m_mutex, std::adopt_lock }; in wait_for_notify() local
177 m_condition.wait( mlock, [this]{ return m_signaled; } ); in wait_for_notify()
178 mlock.release(); in wait_for_notify()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/collect/
H A Dcollect.go281 mlock.Lock()
289 mlock.Unlock()
321 mlock.Lock()
323 mlock.Unlock()
340 mlock.Lock()
348 mlock.Unlock()
358 mlock.Lock()
364 mlock.Unlock()
381 mlock.Lock()
383 mlock.Unlock()
[all …]
/dports/mail/alpine/alpine-465e23b/packages/debian/
H A Drules39 $(INSTALL_PROGRAM) -D -m755 imap/mlock/mlock debian/tmp/usr/sbin/mlock
59 dpkg-shlibdeps alpine/alpine pico/pico pico/pilot imap/mlock/mlock alpine/rpload alpine/rpdump
64 chown root.mail debian/tmp/usr/sbin/mlock
65 chmod 2755 debian/tmp/usr/sbin/mlock

12345678910>>...125