Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h16 #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/src/internal/
Dpthread_impl.h16 #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/
Dpthread_impl.h15 #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/
Dpthread_impl.h31 #define pthread __pthread macro
33 struct pthread { struct
36 struct pthread *self; argument
40 struct pthread *prev, *next; /* non-ABI */ argument
41 uintptr_t sysinfo;
44 uintptr_t canary_pad;
46 uintptr_t canary;
50 int tid;
51 int pid;
52 int errno_val;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dthread.h42 Pthread pthread; member
/third_party/mesa3d/src/gallium/frontends/nine/
Dthreadpool.h38 pthread_t pthread; member
/third_party/ltp/testcases/realtime/include/
Dlibrttest.h81 pthread_t pthread; member
/third_party/openh264/
Dmeson.build59 pthread_dep = cpp.find_library('pthread', required : false) build
/third_party/alsa-lib/
Dconfigure.ac257 AC_ARG_WITH(pthread, optwith
/third_party/ltp/testcases/realtime/lib/
Dlibrttest.c345 int set_thread_priority(pthread_t pthread, int prio) in set_thread_priority()