Searched refs:tcb (Results 1 – 19 of 19) sorted by relevance
79 tcbhead_t *tcb; in __pthread_setup() local95 tcb = THREAD_SELF; in __pthread_setup()101 1, thread->tcb); in __pthread_setup()103 tcb = thread->tcb; in __pthread_setup()107 tcb->self = thread->kernel_thread; in __pthread_setup()
27 #define HURD_TLS_DESC_DECL(desc, tcb) \ argument31 | (((unsigned int) (tcb)) << 16) /* base 0..15 */ \33 ((((unsigned int) (tcb)) >> 16) & 0xff) /* base 16..23 */ \37 | (((unsigned int) (tcb)) & 0xff000000) /* base 24..31 */ \
33 void *tcb; /* Points to this structure. */ member95 # define HURD_TLS_DESC_DECL(desc, tcb) \ argument99 | (((unsigned int) (tcb)) << 16) /* base 0..15 */ \111 _hurd_tls_init (tcbhead_t *tcb) in _hurd_tls_init() argument113 HURD_TLS_DESC_DECL (desc, tcb); in _hurd_tls_init()119 tcb->tcb = tcb; in _hurd_tls_init()121 tcb->multiple_threads = 1; in _hurd_tls_init()163 : "i" (offsetof (tcbhead_t, tcb))); \357 HURD_TLS_DESC_DECL (desc, tcb); in _hurd_tls_new()360 tcb->tcb = tcb; in _hurd_tls_new()[all …]
36 if (t == NULL || t->tcb->gscope_flag == THREAD_GSCOPE_FLAG_UNUSED) in __thread_gscope_wait()39 gscope_flagp = &t->tcb->gscope_flag; in __thread_gscope_wait()
21 gen-as-const-headers += tcb-offsets.sym
19 gen-as-const-headers += tcb-offsets.sym
2 gen-as-const-headers += tcb-offsets.sym
34 void *tcb; /* Pointer to the TCB. Not necessary the member
44 void *tcb; /* Pointer to the TCB. Not necessarily the member147 _head->tcb = _thrdescr; \
35 void *tcb; /* Pointer to the TCB. Not necessarily the member183 _head->tcb = _thrdescr; \
34 void *tcb; /* Pointer to the TCB. Not necessary the member108 _head->tcb = _thrdescr; \
73 thread->tcb = THREAD_SELF; in _init_routine()
1289 extern void _dl_deallocate_tls (void *tcb, bool dealloc_tcb);
Completed in 22 milliseconds