Searched refs:robust_list (Results 1 – 3 of 3) sorted by relevance
199 __pthread_slist_t robust_list; member206 = THREAD_GETMEM (THREAD_SELF, robust_list.__next); \207 THREAD_SETMEM (THREAD_SELF, robust_list.__next, \213 (((uintptr_t) THREAD_GETMEM (THREAD_SELF, robust_list.__next)) & ~1ul); \215 THREAD_SETMEM (THREAD_SELF, robust_list.__next, runp->__next); \
351 __pthread_slist_t *robust = pd->robust_list.__next; in start_thread()
3079 (__pthread_initialize_minimal_internal): Register robust_list with3083 * pthread_create.c (start_thread): Register robust_list of new thread.3084 [!__ASSUME_SET_ROBUST_LIST]: If robust_list is not empty wake up3268 Set robust_list.__next rather than robust_list.3295 * pthread_create.c (start_thread): Very much simplify robust_list loop.3317 * allocatestack.c (allocate_stack): Initialize robust_list.3321 robust_list. Adjust macros.3322 * pthread_create.c (start_thread): Adjust robust_list handling.3565 * descr.h (struct pthread): Add robust_list field and define
Completed in 14 milliseconds