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

/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A DthreadLS_solaris_x86.cpp110 TSSA_Entry tssa ; local
119 tssa = (TSSA_Entry) dlsym (RTLD_DEFAULT, "thr_slot_sync_allocate") ;
120 if (tssa != NULL) {
122 rslt = (*tssa)(&off, NULL, NULL) ; // (off,dtor,darg)

Completed in 29 milliseconds