OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pt_tls
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libpthread/
pthread.c
486
if (newthread && newthread->
pt_tls
) {
487
_rtld_tls_free(newthread->
pt_tls
);
488
newthread->
pt_tls
= NULL;
512
newthread->
pt_tls
= NULL;
539
private_area = newthread->
pt_tls
= _rtld_tls_allocate();
540
newthread->
pt_tls
->tcb_pthread = newthread;
1380
pthread__main->
pt_tls
= _PTHREAD_GETTCB_EXT();
1382
pthread__main->
pt_tls
= __lwp_gettcb_fast();
1384
pthread__main->
pt_tls
= _lwp_getprivate();
1386
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 13 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025