Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_atheos.h161 atomic_t this_lock; in PyThread_allocate_lock() local
172 this_lock = atomic_add(&lock_count, 1); in PyThread_allocate_lock()
173 PyOS_snprintf(name, sizeof(name), "python lock (%d)", this_lock); in PyThread_allocate_lock()
Dthread_beos.h176 int32 this_lock; in PyThread_allocate_lock() local
186 this_lock = atomic_add( &lock_count, 1 ); in PyThread_allocate_lock()
187 PyOS_snprintf(name, sizeof(name), "python lock (%d)", this_lock); in PyThread_allocate_lock()