OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__libc_tsd_nextkey
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/thread-stub/
thread-stub.c
288
static int
__libc_tsd_nextkey
;
variable in typeref:typename:int
300
for (i =
__libc_tsd_nextkey
; i < TSD_KEYS_MAX; i++) {
305
for (i = 0; i <
__libc_tsd_nextkey
; i++) {
318
__libc_tsd_nextkey
= (i + i) % TSD_KEYS_MAX;
thread-stub.c
288
static int
__libc_tsd_nextkey
;
variable in typeref:typename:int
300
for (i =
__libc_tsd_nextkey
; i < TSD_KEYS_MAX; i++) {
305
for (i = 0; i <
__libc_tsd_nextkey
; i++) {
318
__libc_tsd_nextkey
= (i + i) % TSD_KEYS_MAX;
Completed in 23 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025