Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Ddescr.h199 __pthread_slist_t robust_list; member
206 = 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); \
A Dpthread_create.c351 __pthread_slist_t *robust = pd->robust_list.__next; in start_thread()
A DChangeLog3079 (__pthread_initialize_minimal_internal): Register robust_list with
3083 * pthread_create.c (start_thread): Register robust_list of new thread.
3084 [!__ASSUME_SET_ROBUST_LIST]: If robust_list is not empty wake up
3268 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