Home
last modified time | relevance | path

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

/nptl/
A Dnptl_deallocate_tsd.c36 size_t idx; in __nptl_deallocate_tsd() local
41 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()
A Dtst-signal3.c72 int idx = (long int) arg; in tf() local
78 for (i = 0; i <= idx; ++i) in tf()
87 pthread_mutex_lock (&lock[idx]); in tf()
A Dpthread_create.c462 const int idx = __td_eventword (TD_DEATH); in start_thread() local
465 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() local
611 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