Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_mutex.cpp270 static int next_to_alloc_id; variable
287 if (next_to_alloc_id >= 0x10000) { in AllocIdLocked()
290 int array_pos = next_to_alloc_id >> 8; in AllocIdLocked()
291 int node_pos = next_to_alloc_id & 0xff; in AllocIdLocked()
304 return next_to_alloc_id++; in AllocIdLocked()