HomeSort by: relevance | last modified time | path
    Searched refs:pts_value (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libpthread/
pthread_tsd.c 215 pt->pts_value = __UNCONST(value);
314 pt->pts_value = NULL;
372 val = pt->pts_value;
373 pt->pts_value = NULL;
405 pt->pts_value = __libc_tsd[key].tsd_val;
pthread_specific.c 81 return pthread__self()->pt_specific[key].pts_value;
pthread_int.h 142 void *pts_value; member in struct:__pthread_st::pt_specific

Completed in 49 milliseconds