HomeSort by: relevance | last modified time | path
    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