Lines Matching defs:pthread
13 #define pthread __pthread macro
15 struct pthread { struct
18 struct pthread *self; argument
20 struct pthread *prev, *next; /* non-ABI */ argument
21 uintptr_t sysinfo;
22 uintptr_t canary, canary2;
25 int tid;
26 int errno_val;
27 volatile int detach_state;
28 volatile int cancel;
29 volatile unsigned char canceldisable, cancelasync;
30 unsigned char tsd_used:1;
31 unsigned char dlerror_flag:1;
32 unsigned char *map_base;
33 size_t map_size;
34 void *stack;
35 size_t stack_size;
36 size_t guard_size;
37 void *result;
38 struct __ptcb *cancelbuf;
39 void **tsd;
40 struct {
65 pthread_t thread; argument