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

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclThreadAlloc.c174 Tcl_Mutex *initLockPtr;
177 initLockPtr = Tcl_GetAllocMutex();
178 Tcl_MutexLock(initLockPtr);
190 Tcl_MutexUnlock(initLockPtr);
173 Tcl_Mutex *initLockPtr; local
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclThreadAlloc.c193 Tcl_Mutex *initLockPtr;
196 initLockPtr = Tcl_GetAllocMutex();
197 Tcl_MutexLock(initLockPtr);
208 Tcl_MutexUnlock(initLockPtr);
192 Tcl_Mutex *initLockPtr; local

Completed in 165 milliseconds