Searched refs:idx (Results 1 – 3 of 3) sorted by relevance
36 size_t idx; in __nptl_deallocate_tsd() local41 for (cnt = idx = 0; cnt < PTHREAD_KEY_1STLEVEL_SIZE; ++cnt) in __nptl_deallocate_tsd()52 ++inner, ++idx) in __nptl_deallocate_tsd()68 == __pthread_keys[idx].seq in __nptl_deallocate_tsd()71 && __pthread_keys[idx].destr != NULL) in __nptl_deallocate_tsd()73 __pthread_keys[idx].destr (data); in __nptl_deallocate_tsd()78 idx += PTHREAD_KEY_1STLEVEL_SIZE; in __nptl_deallocate_tsd()
72 int idx = (long int) arg; in tf() local78 for (i = 0; i <= idx; ++i) in tf()87 pthread_mutex_lock (&lock[idx]); in tf()
462 const int idx = __td_eventword (TD_DEATH); in start_thread() local465 if ((mask & (__nptl_threads_events.event_bits[idx] in start_thread()466 | pd->eventbuf.eventmask.event_bits[idx])) != 0) in start_thread()608 const size_t idx = __td_eventword (TD_CREATE); in report_thread_creation() local611 return ((mask & (__nptl_threads_events.event_bits[idx] in report_thread_creation()612 | pd->eventbuf.eventmask.event_bits[idx])) != 0); in report_thread_creation()
Completed in 5 milliseconds