Home
last modified time | relevance | path

Searched refs:pthread_mutex_trylock (Results 1 – 25 of 2699) sorted by relevance

12345678910>>...108

/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dpthread_mutex_trylock.texi1 @node pthread_mutex_trylock
2 @section @code{pthread_mutex_trylock}
3 @findex pthread_mutex_trylock
5 …cation:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_trylock.html}
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dpthread_mutex_trylock.texi1 @node pthread_mutex_trylock
2 @section @code{pthread_mutex_trylock}
3 @findex pthread_mutex_trylock
5 …tion:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_trylock.html}
/dports/lang/yap/yap-6.2.2/OPTYap/
H A Dlocks_pthread.h22 #define TRY_LOCK(LOCK_PTR) pthread_mutex_trylock(&(LOCK_VAR))
27 if (pthread_mutex_trylock(LOCK_VAR) == 0) { in xIS_LOCKED()
35 if (pthread_mutex_trylock(LOCK_VAR) == 0) { in xIS_UNLOCKED()
/dports/lang/rust/rustc-1.58.1-src/src/tools/miri/tests/run-pass/
H A Dlibc.rs98 assert_eq!(libc::pthread_mutex_trylock(&mut mutex as *mut _), 0); in test_mutex_libc_init_recursive()
101 assert_eq!(libc::pthread_mutex_trylock(&mut mutex as *mut _), 0); in test_mutex_libc_init_recursive()
119 assert_eq!(libc::pthread_mutex_trylock(&mut mutex as *mut _), libc::EBUSY); in test_mutex_libc_init_normal()
121 assert_eq!(libc::pthread_mutex_trylock(&mut mutex as *mut _), 0); in test_mutex_libc_init_normal()
134 assert_eq!(libc::pthread_mutex_trylock(&mut mutex as *mut _), libc::EBUSY); in test_mutex_libc_init_errorcheck()
137 assert_eq!(libc::pthread_mutex_trylock(&mut mutex as *mut _), 0); in test_mutex_libc_init_errorcheck()
151 assert_eq!(libc::pthread_mutex_trylock(mutex.get()), 0); in test_mutex_libc_static_initializer_recursive()
154 assert_eq!(libc::pthread_mutex_trylock(mutex.get()), 0); in test_mutex_libc_static_initializer_recursive()
/dports/devel/R-cran-BH/BH/inst/include/boost/thread/pthread/
H A Dpthread_helpers.hpp85 int pthread_mutex_trylock(pthread_mutex_t* m) in pthread_mutex_trylock() function
90 ret = ::pthread_mutex_trylock(m); in pthread_mutex_trylock()
147 int pthread_mutex_trylock(pthread_mutex_t* m) in pthread_mutex_trylock() function
149 return ::pthread_mutex_trylock(m); in pthread_mutex_trylock()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/thread/pthread/
H A Dpthread_helpers.hpp85 int pthread_mutex_trylock(pthread_mutex_t* m) in pthread_mutex_trylock() function
90 ret = ::pthread_mutex_trylock(m); in pthread_mutex_trylock()
147 int pthread_mutex_trylock(pthread_mutex_t* m) in pthread_mutex_trylock() function
149 return ::pthread_mutex_trylock(m); in pthread_mutex_trylock()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/thread/pthread/
H A Dpthread_helpers.hpp85 int pthread_mutex_trylock(pthread_mutex_t* m) in pthread_mutex_trylock() function
90 ret = ::pthread_mutex_trylock(m); in pthread_mutex_trylock()
147 int pthread_mutex_trylock(pthread_mutex_t* m) in pthread_mutex_trylock() function
149 return ::pthread_mutex_trylock(m); in pthread_mutex_trylock()
/dports/devel/boost-libs/boost_1_72_0/boost/thread/pthread/
H A Dpthread_helpers.hpp85 int pthread_mutex_trylock(pthread_mutex_t* m) in pthread_mutex_trylock() function
90 ret = ::pthread_mutex_trylock(m); in pthread_mutex_trylock()
147 int pthread_mutex_trylock(pthread_mutex_t* m) in pthread_mutex_trylock() function
149 return ::pthread_mutex_trylock(m); in pthread_mutex_trylock()
/dports/devel/boost-docs/boost_1_72_0/boost/thread/pthread/
H A Dpthread_helpers.hpp85 int pthread_mutex_trylock(pthread_mutex_t* m) in pthread_mutex_trylock() function
90 ret = ::pthread_mutex_trylock(m); in pthread_mutex_trylock()
147 int pthread_mutex_trylock(pthread_mutex_t* m) in pthread_mutex_trylock() function
149 return ::pthread_mutex_trylock(m); in pthread_mutex_trylock()
/dports/devel/boost-python-libs/boost_1_72_0/boost/thread/pthread/
H A Dpthread_helpers.hpp85 int pthread_mutex_trylock(pthread_mutex_t* m) in pthread_mutex_trylock() function
90 ret = ::pthread_mutex_trylock(m); in pthread_mutex_trylock()
147 int pthread_mutex_trylock(pthread_mutex_t* m) in pthread_mutex_trylock() function
149 return ::pthread_mutex_trylock(m); in pthread_mutex_trylock()
/dports/devel/hyperscan/boost_1_75_0/boost/thread/pthread/
H A Dpthread_helpers.hpp85 int pthread_mutex_trylock(pthread_mutex_t* m) in pthread_mutex_trylock() function
90 ret = ::pthread_mutex_trylock(m); in pthread_mutex_trylock()
147 int pthread_mutex_trylock(pthread_mutex_t* m) in pthread_mutex_trylock() function
149 return ::pthread_mutex_trylock(m); in pthread_mutex_trylock()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost_sync/include/boost/sync/detail/
H A Dpthread.hpp51 using ::pthread_mutex_trylock;
86 BOOST_FORCEINLINE int pthread_mutex_trylock(pthread_mutex_t* m) BOOST_NOEXCEPT
91 ret = ::pthread_mutex_trylock(m);
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/NovaDiskIO/sync/include/boost/sync/detail/
H A Dpthread.hpp51 using ::pthread_mutex_trylock;
86 BOOST_FORCEINLINE int pthread_mutex_trylock(pthread_mutex_t* m) BOOST_NOEXCEPT
91 ret = ::pthread_mutex_trylock(m);
/dports/lang/gcc6-aux/gcc-6-20180516/libgomp/config/posix/
H A Dlock.c68 return pthread_mutex_trylock (lock) == 0; in gomp_test_lock_30()
115 if (pthread_mutex_trylock (&lock->lock) != 0) in gomp_test_nest_lock_30()
238 return pthread_mutex_trylock (lock) == 0; in gomp_test_lock_25()
276 if (pthread_mutex_trylock (&lock->lock) == 0) in gomp_test_nest_lock_25()
/dports/lang/gcc12-devel/gcc-12-20211205/libgomp/config/posix/
H A Dlock.c68 return pthread_mutex_trylock (lock) == 0; in gomp_test_lock_30()
115 if (pthread_mutex_trylock (&lock->lock) != 0) in gomp_test_nest_lock_30()
238 return pthread_mutex_trylock (lock) == 0; in gomp_test_lock_25()
276 if (pthread_mutex_trylock (&lock->lock) == 0) in gomp_test_nest_lock_25()
/dports/lang/gcc8/gcc-8.5.0/libgomp/config/posix/
H A Dlock.c68 return pthread_mutex_trylock (lock) == 0; in gomp_test_lock_30()
115 if (pthread_mutex_trylock (&lock->lock) != 0) in gomp_test_nest_lock_30()
238 return pthread_mutex_trylock (lock) == 0; in gomp_test_lock_25()
276 if (pthread_mutex_trylock (&lock->lock) == 0) in gomp_test_nest_lock_25()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgomp/config/posix/
H A Dlock.c68 return pthread_mutex_trylock (lock) == 0; in gomp_test_lock_30()
115 if (pthread_mutex_trylock (&lock->lock) != 0) in gomp_test_nest_lock_30()
238 return pthread_mutex_trylock (lock) == 0; in gomp_test_lock_25()
276 if (pthread_mutex_trylock (&lock->lock) == 0) in gomp_test_nest_lock_25()
/dports/lang/gcc11/gcc-11.2.0/libgomp/config/posix/
H A Dlock.c68 return pthread_mutex_trylock (lock) == 0; in gomp_test_lock_30()
115 if (pthread_mutex_trylock (&lock->lock) != 0) in gomp_test_nest_lock_30()
238 return pthread_mutex_trylock (lock) == 0; in gomp_test_lock_25()
276 if (pthread_mutex_trylock (&lock->lock) == 0) in gomp_test_nest_lock_25()
/dports/lang/gcc10/gcc-10.3.0/libgomp/config/posix/
H A Dlock.c68 return pthread_mutex_trylock (lock) == 0; in gomp_test_lock_30()
115 if (pthread_mutex_trylock (&lock->lock) != 0) in gomp_test_nest_lock_30()
238 return pthread_mutex_trylock (lock) == 0; in gomp_test_lock_25()
276 if (pthread_mutex_trylock (&lock->lock) == 0) in gomp_test_nest_lock_25()
/dports/lang/gcc11-devel/gcc-11-20211009/libgomp/config/posix/
H A Dlock.c68 return pthread_mutex_trylock (lock) == 0; in gomp_test_lock_30()
115 if (pthread_mutex_trylock (&lock->lock) != 0) in gomp_test_nest_lock_30()
238 return pthread_mutex_trylock (lock) == 0; in gomp_test_lock_25()
276 if (pthread_mutex_trylock (&lock->lock) == 0) in gomp_test_nest_lock_25()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgomp/config/posix/
H A Dlock.c68 return pthread_mutex_trylock (lock) == 0; in gomp_test_lock_30()
115 if (pthread_mutex_trylock (&lock->lock) != 0) in gomp_test_nest_lock_30()
238 return pthread_mutex_trylock (lock) == 0; in gomp_test_lock_25()
276 if (pthread_mutex_trylock (&lock->lock) == 0) in gomp_test_nest_lock_25()
/dports/devel/riscv64-gcc/gcc-8.3.0/libgomp/config/posix/
H A Dlock.c68 return pthread_mutex_trylock (lock) == 0; in gomp_test_lock_30()
115 if (pthread_mutex_trylock (&lock->lock) != 0) in gomp_test_nest_lock_30()
238 return pthread_mutex_trylock (lock) == 0; in gomp_test_lock_25()
276 if (pthread_mutex_trylock (&lock->lock) == 0) in gomp_test_nest_lock_25()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgomp/config/posix/
H A Dlock.c68 return pthread_mutex_trylock (lock) == 0; in gomp_test_lock_30()
115 if (pthread_mutex_trylock (&lock->lock) != 0) in gomp_test_nest_lock_30()
238 return pthread_mutex_trylock (lock) == 0; in gomp_test_lock_25()
276 if (pthread_mutex_trylock (&lock->lock) == 0) in gomp_test_nest_lock_25()
/dports/lang/gcc9-devel/gcc-9-20211007/libgomp/config/posix/
H A Dlock.c68 return pthread_mutex_trylock (lock) == 0; in gomp_test_lock_30()
115 if (pthread_mutex_trylock (&lock->lock) != 0) in gomp_test_nest_lock_30()
238 return pthread_mutex_trylock (lock) == 0; in gomp_test_lock_25()
276 if (pthread_mutex_trylock (&lock->lock) == 0) in gomp_test_nest_lock_25()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgomp/config/posix/
H A Dlock.c68 return pthread_mutex_trylock (lock) == 0; in gomp_test_lock_30()
115 if (pthread_mutex_trylock (&lock->lock) != 0) in gomp_test_nest_lock_30()
238 return pthread_mutex_trylock (lock) == 0; in gomp_test_lock_25()
276 if (pthread_mutex_trylock (&lock->lock) == 0) in gomp_test_nest_lock_25()

12345678910>>...108