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

/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A DthreadLS_solaris_x86.cpp60 static thread_key_t tlsKey ; variable
130 rslt = thr_keycreate (&tlsKey, NULL) ;
138 off = (*tso)(tlsKey) ;
179 thr_setspecific (tlsKey, (void *) thread) ;

Completed in 34 milliseconds