Searched refs:runp (Results 1 – 4 of 4) sorted by relevance
/sysdeps/nptl/ |
A D | dl-thread_gscope_wait.c | 33 list_t *runp; in __thread_gscope_wait() local 34 list_for_each (runp, &GL (dl_stack_used)) in __thread_gscope_wait() 36 struct pthread *t = list_entry (runp, struct pthread, list); in __thread_gscope_wait() 57 list_for_each (runp, &GL (dl_stack_user)) in __thread_gscope_wait() 59 struct pthread *t = list_entry (runp, struct pthread, list); in __thread_gscope_wait()
|
A D | fork.h | 100 list_t *runp; in reclaim_stacks() local 101 list_for_each (runp, &GL (dl_stack_used)) in reclaim_stacks() 103 struct pthread *curp = list_entry (runp, struct pthread, list); in reclaim_stacks()
|
/sysdeps/unix/sysv/linux/ |
A D | timer_routines.c | 79 struct timer *runp = __timer_active_sigev_thread; in timer_helper_thread() local 80 while (runp != NULL) in timer_helper_thread() 81 if (runp == tk) in timer_helper_thread() 84 runp = runp->next; in timer_helper_thread() 86 if (runp != NULL) in timer_helper_thread()
|
A D | dl-execstack.c | 71 list_t *runp; in _dl_make_stacks_executable() local 72 list_for_each (runp, &GL (dl_stack_used)) in _dl_make_stacks_executable() 74 err = __nptl_change_stack_perm (list_entry (runp, struct pthread, list)); in _dl_make_stacks_executable() 83 list_for_each (runp, &GL (dl_stack_cache)) in _dl_make_stacks_executable() 85 err = __nptl_change_stack_perm (list_entry (runp, struct pthread, in _dl_make_stacks_executable()
|
Completed in 5 milliseconds