OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pt_tls
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libpthread/
pthread.c
479
if (newthread->
pt_tls
) {
480
_rtld_tls_free(newthread->
pt_tls
);
481
newthread->
pt_tls
= NULL;
506
newthread->
pt_tls
= NULL;
533
private_area = newthread->
pt_tls
= _rtld_tls_allocate();
534
newthread->
pt_tls
->tcb_pthread = newthread;
1375
pthread__main->
pt_tls
= _PTHREAD_GETTCB_EXT();
1377
pthread__main->
pt_tls
= __lwp_gettcb_fast();
1379
pthread__main->
pt_tls
= _lwp_getprivate();
1381
pthread__main->
pt_tls
->tcb_pthread = pthread__main
[
all
...]
pthread_int.h
94
struct tls_tcb *
pt_tls
; /* Thread Local Storage area */
member in struct:__pthread_st
Completed in 52 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026