Searched refs:tsd_inuse (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/lib/libc/include/
H A Dtsd.h36 int tsd_inuse; member in struct:__libc_tsd
/netbsd-current/lib/libc/thread-stub/
H A Dthread-stub.c298 if (__libc_tsd[i].tsd_inuse == 0)
303 if (__libc_tsd[i].tsd_inuse == 0)
314 __libc_tsd[i].tsd_inuse = 1;
/netbsd-current/lib/libpthread/
H A Dpthread_tsd.c390 if (__libc_tsd[key].tsd_inuse == 0)
401 __libc_tsd[key].tsd_inuse = 0;

Completed in 115 milliseconds