Home
last modified time | relevance | path

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

/external/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 …]
/external/libevent/test/
Dregress_main.c204 static void move_pthread_to_realtime_scheduling_class(pthread_t pthread) in move_pthread_to_realtime_scheduling_class()
229 void thread_setup(THREAD_T pthread) in thread_setup()
234 void thread_setup(THREAD_T pthread) {} in thread_setup()
/external/swiftshader/third_party/marl/include/marl/
Dthread.h42 Pthread pthread; member
/external/mesa3d/src/gallium/frontends/nine/
Dthreadpool.h38 pthread_t pthread; member
/external/rust/crates/nix/src/sys/
Dmod.rs51 pub mod pthread; module
/external/ltp/testcases/realtime/include/
Dlibrttest.h81 pthread_t pthread; member
/external/autotest/client/tests/ipv6connect/src/
Dipv6connect.c267 pthread_t pthread; in ThreadedCreateServerConnectAndAccept() local
/external/ltp/testcases/realtime/lib/
Dlibrttest.c343 int set_thread_priority(pthread_t pthread, int prio) in set_thread_priority()
/external/e2fsprogs/
Dconfigure.ac776 AC_ARG_WITH([pthread], optwith
/external/oj-libjdwp/src/share/back/
DeventHelper.c766 jthread *pthread; in saveEventInfoRefs() local