Searched defs:pthread_mutex_trylock (Results 1 – 8 of 8) sorted by relevance
93 static INLINE int pthread_mutex_trylock(pthread_mutex_t *const mutex) { in pthread_mutex_trylock() function
112 static INLINE int pthread_mutex_trylock(pthread_mutex_t *const mutex) { in pthread_mutex_trylock() function
57 INTERCEPTOR(int, pthread_mutex_trylock, pthread_mutex_t *m) { in INTERCEPTOR() argument
825 #define pthread_mutex_trylock PTHREAD_MUTEX_TRYLOCK macro
1095 pub fn pthread_mutex_trylock(lock: *mut pthread_mutex_t) -> ::c_int; in pthread_mutex_trylock() function
1143 TSAN_INTERCEPTOR(int, pthread_mutex_trylock, void *m) { in TSAN_INTERCEPTOR() argument
1314 pub fn pthread_mutex_trylock(mutex: *mut pthread_mutex_t) -> ::c_int; in pthread_mutex_trylock() function
3706 pub fn pthread_mutex_trylock(lock: *mut pthread_mutex_t) -> ::c_int; in pthread_mutex_trylock() function