Searched defs:pthread_mutex_trylock (Results 1 – 10 of 10) sorted by relevance
85 int pthread_mutex_trylock(pthread_mutex_t* m) in pthread_mutex_trylock() function147 int pthread_mutex_trylock(pthread_mutex_t* m) in pthread_mutex_trylock() function
111 static INLINE int pthread_mutex_trylock(pthread_mutex_t *const mutex) { in pthread_mutex_trylock() function
18 pthread_mutex_trylock(pthread_mutex_t *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
1087 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
1087 pub fn pthread_mutex_trylock(lock: *mut pthread_mutex_t) -> c_int; in pthread_mutex_trylock() function
1331 pub fn pthread_mutex_trylock(mutex: *mut pthread_mutex_t) -> ::c_int; in pthread_mutex_trylock() function
3797 pub fn pthread_mutex_trylock(lock: *mut pthread_mutex_t) -> ::c_int; in pthread_mutex_trylock() function