| /third_party/musl/src/thread/ |
| D | pthread_mutex_destroy.c | 3 int pthread_mutex_destroy(pthread_mutex_t *mutex) in pthread_mutex_destroy() function
|
| /third_party/selinux/libselinux/src/ |
| D | selinux_internal.h | 51 #pragma weak pthread_mutex_destroy macro
|
| /third_party/python/Python/ |
| D | thread_pthread_stubs.h | 12 pthread_mutex_destroy(pthread_mutex_t *mutex) in pthread_mutex_destroy() function
|
| /third_party/skia/m133/third_party/externals/dng_sdk/source/ |
| D | dng_pthread.h | 202 #define pthread_mutex_destroy dng_pthread_mutex_destroy macro
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| D | dng_pthread.h | 202 #define pthread_mutex_destroy dng_pthread_mutex_destroy macro
|
| /third_party/ffmpeg/compat/ |
| D | os2threads.h | 112 static av_always_inline int pthread_mutex_destroy(pthread_mutex_t *mutex) in pthread_mutex_destroy() function
|
| D | w32pthreads.h | 111 static inline int pthread_mutex_destroy(pthread_mutex_t *m) in pthread_mutex_destroy() function
|
| /third_party/ffmpeg/libavutil/ |
| D | thread.h | 135 #define pthread_mutex_destroy strict_pthread_mutex_destroy macro
|
| /third_party/skia/third_party/externals/libwebp/src/utils/ |
| D | thread_utils.c | 125 static int pthread_mutex_destroy(pthread_mutex_t* const mutex) { in pthread_mutex_destroy() function
|
| /third_party/skia/m133/third_party/externals/libwebp/src/utils/ |
| D | thread_utils.c | 125 static int pthread_mutex_destroy(pthread_mutex_t* const mutex) { in pthread_mutex_destroy() function
|
| /third_party/musl/porting/liteos_m/user/include/ |
| D | usr_lib_ops.h | 72 int (*pthread_mutex_destroy)(pthread_mutex_t *mutex); member
|
| /third_party/FreeBSD/lib/libc/include/ |
| D | namespace.h | 150 #define pthread_mutex_destroy _pthread_mutex_destroy macro
|
| /third_party/musl/porting/liteos_m/user/hook/ |
| D | los_usr_libc.c | 201 int pthread_mutex_destroy(pthread_mutex_t *mutex) in pthread_mutex_destroy() function
|
| /third_party/rust/rust/src/tools/miri/src/shims/unix/ |
| D | sync.rs | 485 fn pthread_mutex_destroy( in pthread_mutex_destroy() method
|
| /third_party/rust/crates/libc/src/unix/ |
| D | mod.rs | 1085 pub fn pthread_mutex_destroy(lock: *mut pthread_mutex_t) -> ::c_int; in pthread_mutex_destroy() function
|
| /third_party/rust/crates/libc/src/teeos/ |
| D | mod.rs | 1078 pub fn pthread_mutex_destroy(lock: *mut pthread_mutex_t) -> c_int; in pthread_mutex_destroy() function
|
| /third_party/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1325 pub fn pthread_mutex_destroy(mutex: *mut pthread_mutex_t) -> ::c_int; in pthread_mutex_destroy() function
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3795 pub fn pthread_mutex_destroy(lock: *mut pthread_mutex_t) -> ::c_int; in pthread_mutex_destroy() function
|