Searched refs:local (Results 1 – 2 of 2) sorted by relevance
48 static int __thread local; in get_thread_number() local49 if (local != 0) in get_thread_number()50 return local; in get_thread_number()52 local = __atomic_fetch_add (&global, 1, __ATOMIC_RELAXED); in get_thread_number()53 return local; in get_thread_number()
226 # Keep a version node (with a synthesized local: * directive) so that
Completed in 40 milliseconds