OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tss_t
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libpthread/
threads.h
60
typedef pthread_key_t
tss_t
;
typedef in typeref:typename:pthread_key_t
115
int tss_create(
tss_t
*, tss_dtor_t);
116
void tss_delete(
tss_t
);
117
void *tss_get(
tss_t
);
118
int tss_set(
tss_t
, void *);
Completed in 13 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025