Searched defs:pthread (Results 1 – 14 of 14) sorted by relevance
| /third_party/musl/porting/linux/user/src/internal/ |
| D | pthread_impl.h | 31 #define pthread __pthread macro 34 struct pthread { struct 37 struct pthread *self; argument 41 struct pthread *prev, *next; /* non-ABI */ argument 42 uintptr_t sysinfo; 45 uintptr_t canary_pad; 47 uintptr_t canary; 51 int tid; 52 int pid; 53 int proc_tid; [all …]
|
| /third_party/musl/porting/liteos_a/user/src/internal/ |
| D | pthread_impl.h | 16 #define pthread __pthread macro 18 struct pthread { struct 21 struct pthread *self; argument 25 struct pthread *prev, *next; /* non-ABI */ argument 26 uintptr_t sysinfo; 29 uintptr_t canary_pad; 31 uintptr_t canary; 35 int tid; 36 int errno_val; 37 volatile int detach_state; [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/src/internal/ |
| D | pthread_impl.h | 18 #define pthread __pthread macro 21 struct pthread { struct 24 struct pthread *self; argument 28 struct pthread *prev, *next; /* non-ABI */ argument 29 uintptr_t sysinfo; 32 uintptr_t canary_pad; 34 uintptr_t canary; 38 int tid; 39 int pid; 40 int proc_tid; [all …]
|
| /third_party/cares/test/ |
| D | ares-test-main.cc | 36 static void thread_set_realtime(pthread_t pthread) in thread_set_realtime()
|
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| D | threadpool.h | 20 pthread_t pthread; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
| D | thread.h | 42 Pthread pthread; member
|
| /third_party/backends/ |
| D | acinclude.m4 | 214 AC_ARG_ENABLE([pthread], optenable
|
| /third_party/ltp/testcases/realtime/include/ |
| D | librttest.h | 81 pthread_t pthread; member
|
| /third_party/alsa-lib/ |
| D | configure.ac | 273 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/lwip/contrib/ports/unix/port/ |
| D | sys_arch.c | 143 pthread_t pthread; member
|
| /third_party/ncurses/Ada95/ |
| D | aclocal.m4 | 5075 AC_ARG_WITH(pthread, optwith
|
| /third_party/ncurses/ |
| D | aclocal.m4 | 9716 AC_ARG_WITH(pthread, optwith
|