HomeSort by: relevance | last modified time | path
    Searched defs:private_area (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libpthread/
pthread.c 416 void *private_area; local in function:pthread_create
539 private_area = newthread->pt_tls = _rtld_tls_allocate();
542 private_area = newthread;
552 ret = pthread__makelwp(pthread__create_tramp, newthread, private_area,
pthread.c 416 void *private_area; local in function:pthread_create
539 private_area = newthread->pt_tls = _rtld_tls_allocate();
542 private_area = newthread;
552 ret = pthread__makelwp(pthread__create_tramp, newthread, private_area,

Completed in 138 milliseconds