Home
last modified time | relevance | path

Searched refs:wait_lock (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Python/
Dthread_sgi.h16 static ulock_t wait_lock; /* lock used to wait for other threads */ variable
69 if ((wait_lock = usnewlock(shared_arena)) == NULL) in PyThread__init_thread()
187 if (ussetlock(wait_lock) < 0) in PyThread_exit_thread()
197 if (ussetlock(wait_lock) < 0) in PyThread_exit_thread()
206 if (usunsetlock(wait_lock) < 0) in PyThread_exit_thread()