Home
last modified time | relevance | path

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

12

/freebsd/contrib/ntp/libntp/lib/isc/pthreads/include/isc/
H A Dmutex.h103 ((pthread_mutex_trylock((&(mp)->mutex)) == 0) ? \
107 ((pthread_mutex_trylock((mp)) == 0) ? \
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_data.c332 if ((pthread_mutex_trylock) == 0) in _nc_init_pthreads()
376 rc = pthread_mutex_trylock(obj); in _nc_mutex_trylock()
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/
H A Dpthread.h82 return pthread_mutex_trylock(__m) == 0; in __libcpp_recursive_mutex_trylock()
99 return pthread_mutex_trylock(__m) == 0; in __libcpp_mutex_trylock()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp57 INTERCEPTOR(int, pthread_mutex_trylock, pthread_mutex_t *m) { in INTERCEPTOR() argument
59 int res = REAL(pthread_mutex_trylock)(m); in INTERCEPTOR()
298 INTERCEPT_FUNCTION(pthread_mutex_trylock); in InitializeInterceptors()
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
H A Dmutex_posix.cpp22 bool Mutex::tryLock() { return pthread_mutex_trylock(&Mu) == 0; } in tryLock()
/freebsd/lib/libstdthreads/
H A Dmtx.c98 switch (pthread_mutex_trylock(mtx)) { in mtx_trylock()
/freebsd/cddl/contrib/opensolaris/head/
H A Dthread.h54 #define mutex_trylock(l) pthread_mutex_trylock(l)
/freebsd/lib/libusb/
H A Dlibusb10.h44 #define CTX_TRYLOCK(ctx) pthread_mutex_trylock(&(ctx)->ctx_lock)
/freebsd/contrib/ntp/sntp/libevent/
H A Devthread_pthread.c73 return pthread_mutex_trylock(lock); in evthread_posix_lock()
/freebsd/contrib/libevent/
H A Devthread_pthread.c73 return pthread_mutex_trylock(lock); in evthread_posix_lock()
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dsynch.h77 error = pthread_mutex_trylock(lock); in mtx_trylock()
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h154 #define pthread_mutex_trylock _pthread_mutex_trylock macro
/freebsd/lib/libthr/
H A Dpthread.map73 pthread_mutex_trylock;
/freebsd/include/
H A Dpthread.h242 int pthread_mutex_trylock(pthread_mutex_t * __mutex)
/freebsd/lib/libc/include/
H A Dnamespace.h157 #define pthread_mutex_trylock _pthread_mutex_trylock macro
H A Dun-namespace.h138 #undef pthread_mutex_trylock
/freebsd/contrib/sendmail/libmilter/
H A Dlibmilter.h139 # define smutex_trylock(mp) (pthread_mutex_trylock(mp) == 0)
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dmutex.h93 # define MALLOC_MUTEX_TRYLOCK(m) (pthread_mutex_trylock(&(m)->lock) != 0)
/freebsd/lib/libc/gen/
H A DSymbol.map44 pthread_mutex_trylock;
H A D_pthread_stubs.c238 STUB_FUNC1(pthread_mutex_trylock, PJT_MUTEX_TRYLOCK, int, void *)
/freebsd/contrib/ntp/sntp/m4/
H A Dopenldap-thread-check.m4147 dnl [skipped] pthread_mutex_trylock() in -lpthread -lexc (OSF/1)
158 dnl pthread_mutex_trylock() in -lpthreads -lexc (OSF/1)
/freebsd/share/man/man3/
H A DMakefile438 pthread_mutex_trylock.3 \
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1365 TSAN_INTERCEPTOR(int, pthread_mutex_trylock, void *m) { in TSAN_INTERCEPTOR() argument
1366 SCOPED_TSAN_INTERCEPTOR(pthread_mutex_trylock, m); in TSAN_INTERCEPTOR()
1367 int res = REAL(pthread_mutex_trylock)(m); in TSAN_INTERCEPTOR()
2958 TSAN_INTERCEPT(pthread_mutex_trylock); in InitializeInterceptors()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt363 fun:pthread_mutex_trylock=discard
/freebsd/contrib/jemalloc/
H A DFREEBSD-diffs315 +#define pthread_mutex_trylock _pthread_mutex_trylock

12