Searched defs:pthread_mutex_trylock (Results 1 – 11 of 11) sorted by relevance
32 void pthread_mutex_trylock() {} in pthread_mutex_trylock() function
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
56 INTERCEPTOR(int, pthread_mutex_trylock, pthread_mutex_t *m) { in INTERCEPTOR() argument
57 INTERCEPTOR(int, pthread_mutex_trylock, pthread_mutex_t *m) { in INTERCEPTOR() argument
825 #define pthread_mutex_trylock PTHREAD_MUTEX_TRYLOCK macro
1047 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
1287 TSAN_INTERCEPTOR(int, pthread_mutex_trylock, void *m) { in TSAN_INTERCEPTOR() argument
1299 pub fn pthread_mutex_trylock(mutex: *mut pthread_mutex_t) -> ::c_int; in pthread_mutex_trylock() function
3686 pub fn pthread_mutex_trylock(lock: *mut pthread_mutex_t) -> ::c_int; in pthread_mutex_trylock() function