Home
last modified time | relevance | path

Searched refs:tcb (Results 1 – 19 of 19) sorted by relevance

/sysdeps/mach/hurd/i386/htl/
A Dpt-setup.c79 tcbhead_t *tcb; in __pthread_setup() local
95 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()
A Dpt-machdep.c27 #define HURD_TLS_DESC_DECL(desc, tcb) \ argument
31 | (((unsigned int) (tcb)) << 16) /* base 0..15 */ \
33 ((((unsigned int) (tcb)) >> 16) & 0xff) /* base 16..23 */ \
37 | (((unsigned int) (tcb)) & 0xff000000) /* base 24..31 */ \
/sysdeps/mach/hurd/i386/
A Dtls.h33 void *tcb; /* Points to this structure. */ member
95 # define HURD_TLS_DESC_DECL(desc, tcb) \ argument
99 | (((unsigned int) (tcb)) << 16) /* base 0..15 */ \
111 _hurd_tls_init (tcbhead_t *tcb) in _hurd_tls_init() argument
113 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 …]
/sysdeps/htl/
A Ddl-thread_gscope_wait.c36 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()
/sysdeps/nios2/nptl/
A DMakefile21 gen-as-const-headers += tcb-offsets.sym
/sysdeps/powerpc/nptl/
A DMakefile19 gen-as-const-headers += tcb-offsets.sym
/sysdeps/sparc/nptl/
A DMakefile2 gen-as-const-headers += tcb-offsets.sym
A Dtls.h34 void *tcb; /* Pointer to the TCB. Not necessary the member
/sysdeps/i386/htl/
A DMakefile19 gen-as-const-headers += tcb-offsets.sym
/sysdeps/x86_64/nptl/
A DMakefile19 gen-as-const-headers += tcb-offsets.sym
A Dtls.h44 void *tcb; /* Pointer to the TCB. Not necessarily the member
147 _head->tcb = _thrdescr; \
/sysdeps/ia64/nptl/
A DMakefile19 gen-as-const-headers += tcb-offsets.sym
/sysdeps/i386/nptl/
A DMakefile19 gen-as-const-headers += tcb-offsets.sym
A Dtls.h35 void *tcb; /* Pointer to the TCB. Not necessarily the member
183 _head->tcb = _thrdescr; \
/sysdeps/s390/nptl/
A DMakefile19 gen-as-const-headers += tcb-offsets.sym
A Dtls.h34 void *tcb; /* Pointer to the TCB. Not necessary the member
108 _head->tcb = _thrdescr; \
/sysdeps/sh/
A DMakefile2 gen-as-const-headers += tcb-offsets.sym
/sysdeps/mach/hurd/htl/
A Dpt-sysdep.c73 thread->tcb = THREAD_SELF; in _init_routine()
/sysdeps/generic/
A Dldsodefs.h1289 extern void _dl_deallocate_tls (void *tcb, bool dealloc_tcb);

Completed in 22 milliseconds