Searched defs:pthread (Results 1 – 13 of 13) sorted by relevance
/third_party/musl/src/internal/ |
D | pthread_impl.h | 14 #define pthread __pthread macro 16 struct pthread { struct 19 struct pthread *self; argument 21 struct pthread *prev, *next; /* non-ABI */ argument 22 uintptr_t sysinfo; 23 uintptr_t canary, canary2; 26 int tid; 27 int errno_val; 28 volatile int detach_state; 29 volatile int cancel; [all …]
|
/third_party/musl/porting/liteos_a/user/src/internal/ |
D | pthread_impl.h | 14 #define pthread __pthread macro 16 struct pthread { struct 19 struct pthread *self; argument 21 struct pthread *prev, *next; /* non-ABI */ argument 22 uintptr_t sysinfo; 23 uintptr_t canary, canary2; 26 int tid; 27 int errno_val; 28 volatile int detach_state; 29 volatile int cancel; [all …]
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | pthread_impl.h | 15 #define pthread __pthread macro 17 struct pthread { struct 20 struct pthread *self; argument 22 struct pthread *prev, *next; /* non-ABI */ argument 23 uintptr_t sysinfo; 24 uintptr_t canary, canary2; 27 int tid; 28 int errno_val; 29 volatile int detach_state; 30 volatile int cancel; [all …]
|
/third_party/musl/porting/linux/user/src/internal/ |
D | pthread_impl.h | 29 #define pthread __pthread macro 31 struct pthread { struct 34 struct pthread *self; argument 36 struct pthread *prev, *next; /* non-ABI */ argument 37 uintptr_t sysinfo; 38 uintptr_t canary, canary2; 41 int tid; 42 int errno_val; 43 volatile int detach_state; 44 volatile int cancel; [all …]
|
/third_party/boost/boost/thread/pthread/ |
D | pthread_mutex_scoped_lock.hpp | 17 namespace pthread namespace
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
D | thread.h | 42 Pthread pthread; member
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | threadpool.h | 38 pthread_t pthread; member
|
/third_party/ltp/testcases/realtime/include/ |
D | librttest.h | 81 pthread_t pthread; member
|
/third_party/openh264/ |
D | meson.build | 59 pthread_dep = cpp.find_library('pthread', required : false) build
|
/third_party/alsa-lib/ |
D | configure.ac | 257 AC_ARG_WITH(pthread, optwith
|
/third_party/ltp/testcases/realtime/lib/ |
D | librttest.c | 345 int set_thread_priority(pthread_t pthread, int prio) in set_thread_priority()
|
/third_party/e2fsprogs/ |
D | configure.ac | 776 AC_ARG_WITH([pthread], optwith
|
/third_party/glib/ |
D | meson.build | 2057 libintl_pthread = cc.find_library('pthread', required : false) build
|