Home
last modified time | relevance | path

Searched refs:pthread (Results 1 – 25 of 103) sorted by relevance

12345

/libpthread/nptl/sysdeps/sh/
A Dtcb-offsets.sym4 RESULT offsetof (struct pthread, result)
5 TID offsetof (struct pthread, tid)
6 CANCELHANDLING offsetof (struct pthread, cancelhandling)
7 CLEANUP_JMP_BUF offsetof (struct pthread, cleanup_jmp_buf)
8 MULTIPLE_THREADS_OFFSET offsetof (struct pthread, header.multiple_threads)
9 TLS_PRE_TCB_SIZE sizeof (struct pthread)
13 PRIVATE_FUTEX offsetof (struct pthread, header.private_futex)
/libpthread/nptl/sysdeps/metag/
A Dtcb-offsets.sym4 RESULT offsetof (struct pthread, result)
5 TID offsetof (struct pthread, tid)
6 CANCELHANDLING offsetof (struct pthread, cancelhandling)
7 CLEANUP_JMP_BUF offsetof (struct pthread, cleanup_jmp_buf)
8 MULTIPLE_THREADS_OFFSET offsetof (struct pthread, header.multiple_threads)
9 TLS_PRE_TCB_SIZE sizeof (struct pthread)
13 PRIVATE_FUTEX offsetof (struct pthread, header.private_futex)
/libpthread/nptl/
A D.gitignore8 /pthread-errnos.h
10 !sysdeps/pthread/tcb-offsets.h
20 sysdeps/unix/sysv/linux/pthread-pi-defines.h
21 sysdeps/pthread/crt[in].S
22 sysdeps/pthread/defs.h
23 sysdeps/pthread/pt-initfini.s
24 sysdeps/pthread/pt-crti.S
25 sysdeps/pthread/pt-crtn.S
29 sysdeps/pthread/pt-sigfillset.c
30 sysdeps/pthread/pt-sigprocmask.c
A Dpthread_tryjoin.c31 struct pthread *self; in pthread_tryjoin_np()
32 struct pthread *pd = (struct pthread *) threadid; in pthread_tryjoin_np()
A Dpthread_join.c32 (void) atomic_compare_and_exchange_bool_acq ((struct pthread **) arg, NULL, in cleanup()
42 struct pthread *pd = (struct pthread *) threadid; in pthread_join()
54 struct pthread *self = THREAD_SELF; in pthread_join()
A DREADME.NPTL19 nptl/sysdeps/pthread/Makefile
20 nptl/sysdeps/pthread/Subdirs
21 nptl/sysdeps/pthread/allocalim.h
22 nptl/sysdeps/pthread/configure
23 nptl/sysdeps/pthread/configure.in
25 nptl/sysdeps/pthread/flockfile.c
29 nptl/sysdeps/pthread/list.h
33 nptl/sysdeps/pthread/pt-longjmp.c
34 nptl/sysdeps/pthread/pthread-functions.h
35 nptl/sysdeps/pthread/pthread.h
[all …]
A Dpthread_detach.c27 struct pthread *pd = (struct pthread *) th; in pthread_detach()
A Dallocatestack.c349 struct pthread *pd; in allocate_stack()
791 struct pthread *self = (struct pthread *) THREAD_SELF; in __reclaim_stacks()
837 struct pthread *curp = list_entry (runp, struct pthread, list); in __reclaim_stacks()
979 struct pthread *t = list_entry (runp, struct pthread, list); in __nptl_setxid()
989 struct pthread *t = list_entry (runp, struct pthread, list); in __nptl_setxid()
1005 struct pthread *t = list_entry (runp, struct pthread, list); in __nptl_setxid()
1014 struct pthread *t = list_entry (runp, struct pthread, list); in __nptl_setxid()
1034 struct pthread *t = list_entry (runp, struct pthread, list); in __nptl_setxid()
1043 struct pthread *t = list_entry (runp, struct pthread, list); in __nptl_setxid()
1117 struct pthread *t = list_entry (runp, struct pthread, list); in __wait_lookup_done()
[all …]
/libpthread/nptl/sysdeps/aarch64/
A Dtcb-offsets.sym4 PTHREAD_MULTIPLE_THREADS_OFFSET offsetof (struct pthread, header.multiple_threads)
5 PTHREAD_TID_OFFSET offsetof (struct pthread, tid)
6 PTHREAD_SIZEOF sizeof (struct pthread)
/libpthread/nptl/sysdeps/kvx/
A Dtcb-offsets.sym4 PTHREAD_MULTIPLE_THREADS_OFFSET offsetof (struct pthread, header.multiple_threads)
5 PTHREAD_TID_OFFSET offsetof (struct pthread, tid)
6 PTHREAD_SIZEOF sizeof (struct pthread)
/libpthread/nptl/sysdeps/xtensa/
A Dtcb-offsets.sym4 TLS_PRE_TCB_SIZE sizeof (struct pthread)
5 MULTIPLE_THREADS_OFFSET offsetof (struct pthread, header.multiple_threads)
6 TID offsetof (struct pthread, tid)
/libpthread/nptl/sysdeps/or1k/
A Dtcb-offsets.sym4 MULTIPLE_THREADS_OFFSET offsetof (struct pthread, header.multiple_threads)
5 TID_OFFSET offsetof (struct pthread, tid)
6 TP_TO_PTHREAD_OFFSET -(sizeof (struct pthread) + sizeof (tcbhead_t))
/libpthread/nptl/sysdeps/arc/
A Dtcb-offsets.sym4 PTHREAD_TID offsetof (struct pthread, tid)
5 MULTIPLE_THREADS_OFFSET offsetof (struct pthread, header.multiple_threads)
6 TLS_PRE_TCB_SIZE sizeof (struct pthread)
/libpthread/nptl/sysdeps/i386/
A Dtcb-offsets.sym4 RESULT offsetof (struct pthread, result)
5 TID offsetof (struct pthread, tid)
6 CANCELHANDLING offsetof (struct pthread, cancelhandling)
7 CLEANUP_JMP_BUF offsetof (struct pthread, cleanup_jmp_buf)
10 CLEANUP offsetof (struct pthread, cleanup)
A Dtls.h119 # define TLS_INIT_TCB_SIZE sizeof (struct pthread)
122 # define TLS_INIT_TCB_ALIGN __alignof__ (struct pthread)
125 # define TLS_TCB_SIZE sizeof (struct pthread)
128 # define TLS_TCB_ALIGN __alignof__ (struct pthread)
142 ({ struct pthread *__pd; \
258 ({ struct pthread *__pd; \
269 ({ struct pthread *__self; \
302 "i" (offsetof (struct pthread, member) + 4)); \
330 : "i" (offsetof (struct pthread, member[0])), \
356 "i" (offsetof (struct pthread, member)), \
[all …]
/libpthread/nptl/sysdeps/x86_64/
A Dtls.h113 # define TLS_INIT_TCB_SIZE sizeof (struct pthread)
116 # define TLS_INIT_TCB_ALIGN __alignof__ (struct pthread)
119 # define TLS_TCB_SIZE sizeof (struct pthread)
141 ({ struct pthread *__pd; \
185 ({ struct pthread *__pd; \
196 ({ struct pthread *__self; \
215 : "i" (offsetof (struct pthread, member))); \
271 "i" (offsetof (struct pthread, member))); \
275 "i" (offsetof (struct pthread, member))); \
285 "i" (offsetof (struct pthread, member))); \
[all …]
A Dtcb-offsets.sym4 RESULT offsetof (struct pthread, result)
5 TID offsetof (struct pthread, tid)
6 CANCELHANDLING offsetof (struct pthread, cancelhandling)
7 CLEANUP_JMP_BUF offsetof (struct pthread, cleanup_jmp_buf)
8 CLEANUP offsetof (struct pthread, cleanup)
/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/
A Dpthread_setaffinity.c8 : "ir" (0), "i" (offsetof (struct pthread, \
10 "i" (offsetof (struct pthread, \
/libpthread/nptl_db/
A Dstructs.def25 DB_STRUCT (pthread)
26 DB_STRUCT_FIELD (pthread, list)
27 DB_STRUCT_FIELD (pthread, report_events)
28 DB_STRUCT_FIELD (pthread, tid)
29 DB_STRUCT_FIELD (pthread, start_routine)
30 DB_STRUCT_FIELD (pthread, cancelhandling)
31 DB_STRUCT_FIELD (pthread, schedpolicy)
33 DB_STRUCT_FIELD (pthread, specific)
34 DB_STRUCT_FIELD (pthread, eventbuf)
37 DB_STRUCT_FIELD (pthread, nextevent)
[all …]
A Dtd_thr_get_info.c50 err = DB_GET_STRUCT (copy, th->th_ta_p, th->th_unique, pthread); in td_thr_get_info()
55 pthread, specific, 0); in td_thr_get_info()
59 err = DB_GET_FIELD_LOCAL (schedpolicy, th->th_ta_p, copy, pthread, in td_thr_get_info()
63 err = DB_GET_FIELD_LOCAL (schedprio, th->th_ta_p, copy, pthread, in td_thr_get_info()
67 err = DB_GET_FIELD_LOCAL (tid, th->th_ta_p, copy, pthread, tid, 0); in td_thr_get_info()
70 err = DB_GET_FIELD_LOCAL (cancelhandling, th->th_ta_p, copy, pthread, in td_thr_get_info()
74 err = DB_GET_FIELD_LOCAL (report_events, th->th_ta_p, copy, pthread, in td_thr_get_info()
104 err = DB_GET_FIELD_LOCAL (infop->ti_startfunc, th->th_ta_p, copy, pthread, in td_thr_get_info()
112 err = DB_GET_FIELD_LOCAL (word, th->th_ta_p, copy, pthread, in td_thr_get_info()
/libpthread/nptl/sysdeps/riscv32/
A Dtls.h72 # define TLS_INIT_TCB_ALIGN __alignof__ (struct pthread)
77 # define TLS_TCB_ALIGN __alignof__ (struct pthread)
81 (sizeof (struct pthread) \
82 + ((sizeof (tcbhead_t) + __alignof (struct pthread) - 1) \
83 & ~(__alignof (struct pthread) - 1)))
122 ((struct pthread *) (READ_THREAD_POINTER () \
/libpthread/nptl/sysdeps/riscv64/
A Dtls.h72 # define TLS_INIT_TCB_ALIGN __alignof__ (struct pthread)
77 # define TLS_TCB_ALIGN __alignof__ (struct pthread)
81 (sizeof (struct pthread) \
82 + ((sizeof (tcbhead_t) + __alignof (struct pthread) - 1) \
83 & ~(__alignof (struct pthread) - 1)))
122 ((struct pthread *) (READ_THREAD_POINTER () \
/libpthread/nptl/sysdeps/unix/sysv/linux/
A Dpthread_getcpuclockid.c31 struct pthread *pd = (struct pthread *) threadid; in pthread_getcpuclockid()
/libpthread/nptl/sysdeps/arm/
A Dtcb-offsets.sym7 #define thread_offsetof(mem) (long)(offsetof(struct pthread, mem) - sizeof(struct pthread))
/libpthread/nptl/sysdeps/csky/
A Dtcb-offsets.sym7 #define thread_offsetof(mem) (long)(offsetof(struct pthread, mem) - sizeof(struct pthread))

Completed in 53 milliseconds

12345