Searched refs:prev (Results 1 – 11 of 11) sorted by relevance
/libpthread/nptl/sysdeps/pthread/ |
A D | list.h | 31 struct list_head *prev; member 41 (ptr)->next = (ptr)->prev = (ptr) 49 newp->prev = head; in list_add() 50 head->next->prev = newp; in list_add() 59 elem->next->prev = elem->prev; in list_del() 60 elem->prev->next = elem->next; in list_del() 71 add->next->prev = head; in list_splice() 73 head->next->prev = add->prev; in list_splice() 92 for (pos = (head)->prev; pos != (head); pos = pos->prev) 98 for (pos = (head)->prev, p = pos->prev; \ [all …]
|
A D | posix-timer.h | 27 struct list_links *prev; member 172 struct list_links *lnext = list->next, *lprev = list->prev; in list_unlink_ip() 174 lnext->prev = lprev; in list_unlink_ip() 182 list->prev = list; in list_unlink_ip()
|
A D | timer_routines.c | 71 list->next = list->prev = list; in list_init() 77 newp->prev = list->prev; in list_append() 79 list->prev->next = newp; in list_append() 80 list->prev = newp; in list_append() 97 struct list_links *lnext = list->next, *lprev = list->prev; in list_unlink() 99 lnext->prev = lprev; in list_unlink()
|
/libpthread/nptl/ |
A D | cleanup.c | 31 ibuf->priv.data.prev = THREAD_GETMEM (self, cleanup_jmp_buf); in __pthread_register_cancel() 46 THREAD_SETMEM (THREAD_SELF, cleanup_jmp_buf, ibuf->priv.data.prev); in hidden_def()
|
A D | cleanup_defer.c | 31 ibuf->priv.data.prev = THREAD_GETMEM (self, cleanup_jmp_buf); in __pthread_register_cancel_defer() 68 THREAD_SETMEM (self, cleanup_jmp_buf, ibuf->priv.data.prev); in __pthread_unregister_cancel_restore()
|
A D | descr.h | 80 struct pthread_unwind_buf *prev; member 185 __pthread_list_t *prev = (__pthread_list_t *) \ 188 prev->__next = mutex->__data.__list.__next; \
|
A D | allocatestack.c | 265 list_t *prev; in __free_stacks() local 268 list_for_each_prev_safe (entry, prev, &stack_cache) in __free_stacks() 808 if (l->next->prev != l) in __reclaim_stacks() 810 assert (l->next->prev == elem); in __reclaim_stacks() 813 elem->prev = l; in __reclaim_stacks() 828 elem->next->prev = elem->prev; in __reclaim_stacks() 829 elem->prev->next = elem->next; in __reclaim_stacks()
|
A D | unwind.c | 177 __pthread_unwind ((__pthread_unwind_buf_t *) ibuf->priv.data.prev); in hidden_def()
|
A D | pthread_create.c | 262 unwind_buf.priv.data.prev = NULL; in start_thread()
|
/libpthread/linuxthreads/sysdeps/microblaze/ |
A D | pt-machine.h | 36 long prev, cmp, retval; in __compare_and_swap() local 46 : "=&r" (prev), "=&r" (cmp), "=&r" (retval) in __compare_and_swap()
|
/libpthread/nptl_db/ |
A D | structs.def | 41 DB_STRUCT_FIELD (list_t, prev)
|
Completed in 14 milliseconds