Home
last modified time | relevance | path

Searched defs:pthread_condattr_destroy (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/src/thread/
Dpthread_condattr_destroy.c3 int pthread_condattr_destroy(pthread_condattr_t *a) in pthread_condattr_destroy() function
/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_ops.h78 int (*pthread_condattr_destroy)(pthread_condattr_t *attr); member
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c231 int pthread_condattr_destroy(pthread_condattr_t *attr) in pthread_condattr_destroy() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs1130 pub fn pthread_condattr_destroy(attr: *mut pthread_condattr_t) -> ::c_int; in pthread_condattr_destroy() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1382 pub fn pthread_condattr_destroy(attr: *mut ::pthread_condattr_t) -> ::c_int; in pthread_condattr_destroy() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3725 pub fn pthread_condattr_destroy(attr: *mut pthread_condattr_t) -> ::c_int; in pthread_condattr_destroy() function