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

/macosx-10.10.1/tcl-105/tcl84/tcl/macosx/
H A DtclMacOSXNotify.c191 static void SpinLockLockInit(void) { function
196 Tcl_Panic("SpinLockLockInit: no spinlock API available");
333 if (pthread_once(&spinLockLockInitControl, SpinLockLockInit)) {
/macosx-10.10.1/tcl-105/tcl/tcl/macosx/
H A DtclMacOSXNotify.c69 static void SpinLockLockInit(void) { function
74 Tcl_Panic("SpinLockLockInit: no spinlock API available");
439 if (pthread_once(&spinLockLockInitControl, SpinLockLockInit)) {

Completed in 176 milliseconds