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

/netbsd-current/lib/libc/include/
H A Dtsd.h31 #define TSD_KEYS_MAX 64 macro
39 extern struct __libc_tsd __libc_tsd[TSD_KEYS_MAX];
/netbsd-current/lib/libc/thread-stub/
H A Dthread-stub.c284 struct __libc_tsd __libc_tsd[TSD_KEYS_MAX];
297 for (i = __libc_tsd_nextkey; i < TSD_KEYS_MAX; i++) {
315 __libc_tsd_nextkey = (i + i) % TSD_KEYS_MAX;
/netbsd-current/lib/libpthread/
H A Dpthread_tsd.c388 for (size_t key = 0; key < TSD_KEYS_MAX; key++) {

Completed in 124 milliseconds