Searched refs:runp (Results 1 – 2 of 2) sorted by relevance
/nptl/ |
A D | nptl_setxid.c | 188 list_t *runp; in __nptl_setxid() local 189 list_for_each (runp, &GL (dl_stack_used)) in __nptl_setxid() 191 struct pthread *t = list_entry (runp, struct pthread, list); in __nptl_setxid() 199 list_for_each (runp, &GL (dl_stack_user)) in __nptl_setxid() 201 struct pthread *t = list_entry (runp, struct pthread, list); in __nptl_setxid() 215 list_for_each (runp, &GL (dl_stack_used)) in __nptl_setxid() 224 list_for_each (runp, &GL (dl_stack_user)) in __nptl_setxid() 245 list_for_each (runp, &GL (dl_stack_used)) in __nptl_setxid() 247 struct pthread *t = list_entry (runp, struct pthread, list); in __nptl_setxid() 254 list_for_each (runp, &GL (dl_stack_user)) in __nptl_setxid() [all …]
|
A D | descr.h | 248 __pthread_slist_t *runp = (__pthread_slist_t *) \ 250 if (runp == &mutex->__data.__list) \ 251 THREAD_SETMEM (THREAD_SELF, robust_list.__next, runp->__next); \ 255 (((uintptr_t) runp->__next) & ~1ul); \ 258 runp = next; \ 259 next = (__pthread_slist_t *) (((uintptr_t) runp->__next) & ~1ul); \ 262 runp->__next = next->__next; \
|
Completed in 4 milliseconds