Searched refs:next_handle (Results 1 – 1 of 1) sorted by relevance
48 static shr_handle_t next_handle = 1; variable194 uint64_t x, y = next_handle; in get_next_handle()198 while ( (y = cmpxchg(&next_handle, x, x + 1)) != x ); in get_next_handle()
Completed in 4 milliseconds