Home
last modified time | relevance | path

Searched defs:pthread_attr_destroy (Results 1 - 11 of 11) sorted by relevance

/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_attr_destroy.c4 _LIBC_TEXT_SECTION int pthread_attr_destroy(pthread_attr_t *a) in pthread_attr_destroy() function
/third_party/musl/src/thread/
H A Dpthread_attr_destroy.c3 int pthread_attr_destroy(pthread_attr_t *a) in pthread_attr_destroy() function
/third_party/musl/porting/liteos_m/user/include/
H A Dusr_lib_define.h39 #define pthread_attr_destroy b_pthread_attr_destroy macro
H A Dusr_lib_ops.h41 int (*pthread_attr_destroy)(pthread_attr_t *attr); member
/third_party/python/Python/
H A Dthread_pthread_stubs.h122 pthread_attr_destroy(pthread_attr_t *attr) in pthread_attr_destroy() function
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_pthread.h190 #define pthread_attr_destroy dng_pthread_attr_destroy macro
/third_party/musl/porting/liteos_m/user/hook/
H A Dlos_usr_libc.c45 int pthread_attr_destroy(pthread_attr_t *attr) in pthread_attr_destroy() function
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h87 #define pthread_attr_destroy _pthread_attr_destroy macro
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1076 pub fn pthread_attr_destroy(attr: *mut ::pthread_attr_t) -> ::c_int; in pthread_attr_destroy() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1344 pub fn pthread_attr_destroy(thread: *mut ::pthread_attr_t) -> ::c_int; in pthread_attr_destroy() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3688 pub fn pthread_attr_destroy(attr: *mut ::pthread_attr_t) -> ::c_int; in pthread_attr_destroy() functions

Completed in 23 milliseconds