Searched refs:multiple_threads (Results 1 – 16 of 16) sorted by relevance
/sysdeps/x86/ |
A D | atomic-machine.h | 63 "i" (offsetof (tcbhead_t, multiple_threads))); \ 74 "i" (offsetof (tcbhead_t, multiple_threads))); \ 85 "i" (offsetof (tcbhead_t, multiple_threads))); \ 99 "i" (offsetof (tcbhead_t, multiple_threads))); \ 185 "i" (offsetof (tcbhead_t, multiple_threads))); \ 190 "i" (offsetof (tcbhead_t, multiple_threads))); \ 195 "i" (offsetof (tcbhead_t, multiple_threads))); \ 201 "i" (offsetof (tcbhead_t, multiple_threads))); \ 227 "i" (offsetof (tcbhead_t, multiple_threads))); \ 232 "i" (offsetof (tcbhead_t, multiple_threads))); \ [all …]
|
/sysdeps/unix/sysv/linux/ |
A D | single-thread.h | 37 (THREAD_GETMEM (THREAD_SELF, header.multiple_threads) == 0)
|
/sysdeps/s390/nptl/ |
A D | tcb-offsets.sym | 4 MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads)
|
A D | tls.h | 38 int multiple_threads; member
|
/sysdeps/sparc/nptl/ |
A D | tcb-offsets.sym | 4 MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads)
|
A D | tls.h | 38 int multiple_threads; member
|
/sysdeps/ia64/nptl/ |
A D | tcb-offsets.sym | 5 MULTIPLE_THREADS_OFFSET offsetof (struct pthread, header.multiple_threads) - TLS_PRE_TCB_SIZE
|
/sysdeps/i386/htl/ |
A D | tcb-offsets.sym | 5 MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads)
|
/sysdeps/nios2/nptl/ |
A D | tcb-offsets.sym | 11 MULTIPLE_THREADS_OFFSET thread_offsetof (header.multiple_threads)
|
/sysdeps/sh/nptl/ |
A D | tcb-offsets.sym | 9 MULTIPLE_THREADS_OFFSET offsetof (struct pthread, header.multiple_threads)
|
/sysdeps/i386/nptl/ |
A D | tcb-offsets.sym | 9 MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads)
|
A D | tls.h | 39 int multiple_threads; member
|
/sysdeps/x86_64/nptl/ |
A D | tcb-offsets.sym | 12 MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads)
|
A D | tls.h | 48 int multiple_threads; member
|
/sysdeps/powerpc/nptl/ |
A D | tcb-offsets.sym | 14 MULTIPLE_THREADS_OFFSET thread_offsetof (header.multiple_threads)
|
/sysdeps/mach/hurd/i386/ |
A D | tls.h | 36 int multiple_threads; member 121 tcb->multiple_threads = 1; in _hurd_tls_init()
|
Completed in 16 milliseconds