OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thread_id_key
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/lgpl2/userspace-rcu/dist/tests/common/
api.h
98
pthread_key_t
thread_id_key
;
variable
109
if (pthread_setspecific(
thread_id_key
, (void *)v) != 0) {
133
id = pthread_getspecific(
thread_id_key
);
271
if (pthread_key_create(&
thread_id_key
, NULL) != 0) {
Completed in 34 milliseconds
Indexes created Mon Apr 13 00:22:24 UTC 2026