Searched defs:tid (Results 1 – 16 of 16) sorted by relevance
/libpthread/nptl/sysdeps/unix/sysv/linux/ |
A D | lowlevelrobustlock.c | 30 int tid = THREAD_GETMEM (THREAD_SELF, tid); in __lll_robust_lock_wait() local 66 int tid = THREAD_GETMEM (THREAD_SELF, tid); in __lll_robust_timedlock_wait() local
|
A D | raise.c | 42 pid_t tid = INTERNAL_SYSCALL (gettid, err, 0); in raise() local
|
A D | pthread_kill.c | 43 pid_t tid = atomic_forced_read (pd->tid); in __pthread_kill() local
|
A D | pthread_sigqueue.c | 46 pid_t tid = atomic_forced_read (pd->tid); in pthread_sigqueue() local
|
A D | lowlevellock.c | 89 int tid; in __lll_timedwait_tid() local
|
A D | lowlevellock.h | 324 #define lll_wait_tid(tid) \ argument 334 #define lll_timedwait_tid(tid, abstime) \ argument
|
/libpthread/nptl_db/ |
A D | td_thr_getgregs.c | 26 psaddr_t cancelhandling, tid; in td_thr_getgregs() local
|
A D | td_thr_getfpregs.c | 26 psaddr_t cancelhandling, tid; in td_thr_getfpregs() local
|
A D | td_thr_setfpregs.c | 26 psaddr_t cancelhandling, tid; in td_thr_setfpregs() local
|
A D | td_thr_setgregs.c | 26 psaddr_t cancelhandling, tid; in td_thr_setgregs() local
|
A D | td_thr_get_info.c | 30 psaddr_t tls, schedpolicy, schedprio, cancelhandling, tid, report_events; in td_thr_get_info() local
|
/libpthread/nptl/sysdeps/unix/sysv/linux/sparc/ |
A D | lowlevellock.c | 100 int tid; in __lll_timedwait_tid() local
|
/libpthread/linuxthreads/ |
A D | signals.c | 244 pid_t tid; in libpthread_hidden_proto() local
|
/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/ |
A D | lowlevellock.h | 565 #define lll_wait_tid(tid) \ argument 583 #define lll_timedwait_tid(tid, abstime) \ argument
|
/libpthread/nptl/sysdeps/unix/sysv/linux/mips/ |
A D | lowlevellock.h | 337 #define lll_wait_tid(tid) \ argument 347 #define lll_timedwait_tid(tid, abstime) \ argument
|
/libpthread/nptl/ |
A D | descr.h | 152 pid_t tid; member
|
Completed in 37 milliseconds