Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_atheos.h151 static atomic_t lock_count = 0; variable
172 this_lock = atomic_add(&lock_count, 1); in PyThread_allocate_lock()
Dthread_beos.h169 static int32 lock_count = 0; variable
186 this_lock = atomic_add( &lock_count, 1 ); in PyThread_allocate_lock()