Home
last modified time | relevance | path

Searched defs:pthread_self (Results 1 – 10 of 10) sorted by relevance

/third_party/rust/crates/nix/src/sys/
Dpthread.rs18 pub fn pthread_self() -> Pthread { in pthread_self() function
/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_define.h59 #define pthread_self b_pthread_self macro
Dusr_lib_ops.h61 pthread_t (*pthread_self)(void); member
/third_party/python/Python/
Dthread_pthread_stubs.h97 PyAPI_FUNC(pthread_t) pthread_self(void) in pthread_self() function
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.h198 #define pthread_self dng_pthread_self macro
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h187 #define pthread_self _pthread_self macro
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c146 pthread_t pthread_self(void) in pthread_self() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs1068 pub fn pthread_self() -> ::pthread_t; in pthread_self() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1492 pub fn pthread_self() -> ::pthread_t; in pthread_self() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3684 pub fn pthread_self() -> ::pthread_t; in pthread_self() function