Searched refs:lock_count (Results 1 – 3 of 3) sorted by relevance
56 int lock_count; member423 ALOGI("lock bo %p, cnt=%d, usage=%x", bo, bo_data->lock_count, usage); in gralloc_gbm_bo_lock()426 if (bo_data->lock_count && (bo_data->locked_for & usage) != usage) in gralloc_gbm_bo_lock()443 bo_data->lock_count++; in gralloc_gbm_bo_lock()464 if (!bo_data->lock_count) in gralloc_gbm_bo_unlock()470 bo_data->lock_count--; in gralloc_gbm_bo_unlock()471 if (!bo_data->lock_count) in gralloc_gbm_bo_unlock()
169 static int32 lock_count = 0; variable186 this_lock = atomic_add( &lock_count, 1 ); in PyThread_allocate_lock()
151 static atomic_t lock_count = 0; variable172 this_lock = atomic_add(&lock_count, 1); in PyThread_allocate_lock()