Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
Dtst-arc4random-thread.c132 static int next_thread_id; variable
144 int thread_id = __atomic_fetch_add (&next_thread_id, 1, __ATOMIC_RELAXED); in inner_thread()