Home
last modified time | relevance | path

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

/third_party/musl/src/internal/
Dpthread_impl.h14 #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/
Dpthread_impl.h14 #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/
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.h29 #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/
Dpthread_mutex_scoped_lock.hpp17 namespace pthread namespace
/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()
/third_party/e2fsprogs/
Dconfigure.ac776 AC_ARG_WITH([pthread], optwith
/third_party/glib/
Dmeson.build2057 libintl_pthread = cc.find_library('pthread', required : false) build