Searched refs:tsd_nkeys (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dtsd.c41 static unsigned tsd_nkeys = 0; variable
53 while (tsd_nkeys)
55 tsd_nkeys--;
56 pthread_key_delete (tsd_pkeys[tsd_nkeys]);
57 tsd_sizes[tsd_nkeys] = 0; // should be unneeded
84 if (init || fini || (tsd_nkeys >= MAXNKEYS))
96 if (pthread_key_create (&tsd_pkeys[tsd_nkeys], &tsd_destructor))
98 tsd_sizes[tsd_nkeys] = sz;
99 tsd_nkeys++;
100 return (tsd_nkeys
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dtsd.c41 static unsigned tsd_nkeys = 0; variable
53 while (tsd_nkeys)
55 tsd_nkeys--;
56 pthread_key_delete (tsd_pkeys[tsd_nkeys]);
57 tsd_sizes[tsd_nkeys] = 0; // should be unneeded
84 if (init || fini || (tsd_nkeys >= MAXNKEYS))
96 if (pthread_key_create (&tsd_pkeys[tsd_nkeys], &tsd_destructor))
98 tsd_sizes[tsd_nkeys] = sz;
99 tsd_nkeys++;
100 return (tsd_nkeys
[all...]

Completed in 141 milliseconds