Searched refs:list (Results 1 – 9 of 9) sorted by relevance
/nptl/ |
A D | tst-setgroups.c | 46 gid_t list[NGROUPS_MAX]; in do_test() local 51 size = getgroups (sizeof (list) / sizeof (list[0]), list); in do_test() 57 if (setgroups (size, list) < 0) in do_test() 68 if (status == EXIT_SUCCESS && setgroups (0, list) < 0) in do_test()
|
A D | nptl-stack.c | 41 __nptl_stack_list_add (list_t *elem, list_t *list) in libc_hidden_def() 47 list_add (elem, list); in libc_hidden_def() 68 curr = list_entry (entry, struct pthread, list); in libc_hidden_def() 101 __nptl_stack_list_add (&stack->list, &GL (dl_stack_cache)); in queue_stack() 116 __nptl_stack_list_del (&pd->list); in __nptl_deallocate_stack()
|
A D | nptl_setxid.c | 191 struct pthread *t = list_entry (runp, struct pthread, list); in __nptl_setxid() 201 struct pthread *t = list_entry (runp, struct pthread, list); in __nptl_setxid() 217 struct pthread *t = list_entry (runp, struct pthread, list); in __nptl_setxid() 226 struct pthread *t = list_entry (runp, struct pthread, list); in __nptl_setxid() 247 struct pthread *t = list_entry (runp, struct pthread, list); in __nptl_setxid() 256 struct pthread *t = list_entry (runp, struct pthread, list); in __nptl_setxid()
|
A D | descr.h | 115 void *list; member 169 list_t list; member 202 ((((uintptr_t) THREAD_GETMEM (THREAD_SELF, robust_head.list)) & ~1ul) \ 206 robust_head.list); \ 210 THREAD_SETMEM (THREAD_SELF, robust_head.list, \
|
A D | nptl-stack.h | 43 void __nptl_stack_list_add (list_t *elem, list_t *list);
|
A D | allocatestack.c | 75 curr = list_entry (entry, struct pthread, list); in get_cached_stack() 105 __nptl_stack_list_del (&result->list); in get_cached_stack() 108 __nptl_stack_list_add (&result->list, &GL (dl_stack_used)); in get_cached_stack() 321 list_add (&pd->list, &GL (dl_stack_user)); in allocate_stack() 446 __nptl_stack_list_add (&pd->list, &GL (dl_stack_used)); in allocate_stack() 488 __nptl_stack_list_del (&pd->list); in allocate_stack() 562 pd->robust_head.list = &pd->robust_head; in allocate_stack()
|
A D | TODO | 2 single linked list of all instances. This requires changing the
|
A D | DESIGN-systemtap-probes.txt | 16 arg3 = pointer to the list of arguments
|
A D | pthread_create.c | 520 void *robust = pd->robust_head.list; in start_thread()
|
Completed in 10 milliseconds