Home
last modified time | relevance | path

Searched defs:pthread_attr_init (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_attr_init.c4 _LIBC_TEXT_SECTION int pthread_attr_init(pthread_attr_t *a) in pthread_attr_init() function
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_attr_init.c3 int pthread_attr_init(pthread_attr_t *a) in pthread_attr_init() function
/third_party/musl/src/thread/
H A Dpthread_attr_init.c3 int pthread_attr_init(pthread_attr_t *a) in pthread_attr_init() function
/third_party/musl/porting/liteos_m/user/include/
H A Dusr_lib_define.h38 #define pthread_attr_init b_pthread_attr_init macro
H A Dusr_lib_ops.h40 int (*pthread_attr_init)(pthread_attr_t *attr); member
/third_party/python/Python/
H A Dthread_pthread_stubs.h109 pthread_attr_init(pthread_attr_t *attr) in pthread_attr_init() function
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_pthread.h189 #define pthread_attr_init dng_pthread_attr_init macro
/third_party/musl/porting/liteos_m/user/hook/
H A Dlos_usr_libc.c40 int pthread_attr_init(pthread_attr_t *attr) in pthread_attr_init() function
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h99 #define pthread_attr_init _pthread_attr_init macro
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1075 pub fn pthread_attr_init(attr: *mut ::pthread_attr_t) -> ::c_int; in pthread_attr_init() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1333 pub fn pthread_attr_init(attr: *mut ::pthread_attr_t) -> ::c_int; in pthread_attr_init() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3687 pub fn pthread_attr_init(attr: *mut ::pthread_attr_t) -> ::c_int; in pthread_attr_init() functions

Completed in 22 milliseconds