Searched refs:entry (Results 1 – 3 of 3) sorted by relevance
60 list_t *entry; in libc_hidden_def() local64 list_for_each_prev_safe (entry, prev, &GL (dl_stack_cache)) in libc_hidden_def()68 curr = list_entry (entry, struct pthread, list); in libc_hidden_def()72 __nptl_stack_list_del (entry); in libc_hidden_def()
31 mutex_entry - probe for entry to the pthread_mutex_lock function33 mutex_timedlock_entry - probe for entry to the pthread_mutex_timedlock function35 mutex_clocklock_entry - probe for entry to the pthread_mutex_clocklock function44 wrlock_entry - probe for entry to the pthread_rwlock_wrlock function46 rdlock_entry - probe for entry to the pthread_rwlock_rdlock function
61 list_t *entry; in get_cached_stack() local71 list_for_each (entry, &GL (dl_stack_cache)) in get_cached_stack()75 curr = list_entry (entry, struct pthread, list); in get_cached_stack()
Completed in 5 milliseconds