OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tsd_inuse
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/include/
tsd.h
36
int
tsd_inuse
;
member in struct:__libc_tsd
/src/lib/libc/thread-stub/
thread-stub.c
327
if (__libc_tsd[i].
tsd_inuse
== 0)
332
if (__libc_tsd[i].
tsd_inuse
== 0)
343
__libc_tsd[i].
tsd_inuse
= 1;
/src/lib/libpthread/
pthread_tsd.c
395
if (__libc_tsd[key].
tsd_inuse
== 0)
406
__libc_tsd[key].
tsd_inuse
= 0;
Completed in 50 milliseconds
Indexes created Fri Oct 17 22:10:11 GMT 2025