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

  /src/lib/libc/include/
tsd.h 36 int tsd_inuse; member in struct:__libc_tsd
  /src/lib/libc/thread-stub/
thread-stub.c 327 if (__libc_tsd[i].tsd_inuse == 0)
332 if (__libc_tsd[i].tsd_inuse == 0)
343 __libc_tsd[i].tsd_inuse = 1;
  /src/lib/libpthread/
pthread_tsd.c 395 if (__libc_tsd[key].tsd_inuse == 0)
406 __libc_tsd[key].tsd_inuse = 0;

Completed in 50 milliseconds