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

/netbsd-current/lib/libpthread/
H A Dpthread_tsd.c49 static int nextkey; variable
141 /* 1. Search from "nextkey" to the end of the list. */
142 for (i = nextkey; i < pthread_keys_max; i++)
148 * of the list back to "nextkey".
150 for (i = 0; i < nextkey; i++)
154 if (i == nextkey) {
167 nextkey = (i + 1) % pthread_keys_max;
396 nextkey = (key + 1) % pthread_keys_max;
/netbsd-current/external/mpl/bind/dist/bin/named/
H A Dserver.c12513 goto nextkey;
12526 nextkey:

Completed in 142 milliseconds