Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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()