Searched defs:setThreadLocalStorage (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DthreadControl.c165 setThreadLocalStorage(jthread thread, ThreadNode *node) function
250 setThreadLocalStorage(thread, (void*)node);
356 setThreadLocalStorage(node->thread, (void*)node);
373 setThreadLocalStorage(node->thread, NULL);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c1344 setThreadLocalStorage(jthread thread, void *ptr) function

Completed in 39 milliseconds