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

/openjdk7/jdk/src/share/back/
H A DthreadControl.c51 * The main data structure in threadControl is the ThreadNode.
64 typedef struct ThreadNode { struct
83 struct ThreadNode *next;
84 struct ThreadNode *prev;
87 } ThreadNode; typedef in typeref:struct:ThreadNode
92 ThreadNode *first;
163 /* Set TLS on a specific jthread to the ThreadNode* */
165 setThreadLocalStorage(jthread thread, ThreadNode *node)
180 /* Get TLS on a specific jthread, which is the ThreadNode* */
181 static ThreadNode *
[all...]

Completed in 40 milliseconds