Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/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/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/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/ltp/testcases/realtime/include/
Dlibrttest.h81 pthread_t pthread; member
/third_party/ltp/testcases/realtime/lib/
Dlibrttest.c343 int set_thread_priority(pthread_t pthread, int prio) in set_thread_priority()
/third_party/glib/
Dmeson.build2057 libintl_pthread = cc.find_library('pthread', required : false) build