Searched refs:p_nextlive (Results 1 – 12 of 12) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/ |
A D | manager.c | 575 new_thread->p_nextlive = __pthread_main_thread->p_nextlive; in pthread_handle_create() 651 new_thread->p_prevlive->p_nextlive = new_thread->p_nextlive; in pthread_handle_create() 685 new_thread->p_nextlive = __pthread_main_thread->p_nextlive; in pthread_handle_create() 765 for (th = __pthread_main_thread->p_nextlive; in pthread_exited() 767 th = th->p_nextlive) { in pthread_exited() 771 th->p_prevlive->p_nextlive = th->p_nextlive; in pthread_exited() 862 th = th->p_nextlive) { in pthread_kill_all_threads() 881 for (th = issuing_thread->p_nextlive; in pthread_handle_exit() 883 th = th->p_nextlive) { in pthread_handle_exit() 888 for (th = issuing_thread->p_nextlive; in pthread_handle_exit() [all …]
|
A D | specific.c | 89 th = th->p_nextlive; in pthread_key_delete()
|
A D | internals.h | 131 pthread_descr p_nextlive, p_prevlive; member
|
A D | pthread.c | 910 THREAD_SETMEM(self, p_nextlive, self); in __pthread_reset_main_thread()
|
/l4re-core-master/uclibc/lib/libpthread/src/ |
A D | manager.cc | 855 new_thread->p_nextlive = __pthread_main_thread->p_nextlive; in pthread_handle_create() 955 th->p_nextlive->p_prevlive = th->p_prevlive; in pthread_exited() 956 th->p_prevlive->p_nextlive = th->p_nextlive; in pthread_exited() 1008 th = th->p_nextlive) { 1025 th = th->p_nextlive) { in pthread_for_each_thread() 1050 for (th = issuing_thread->p_nextlive; in pthread_handle_exit() 1052 th = th->p_nextlive) { in pthread_handle_exit() 1057 for (th = issuing_thread->p_nextlive; in pthread_handle_exit() 1059 th = th->p_nextlive) { in pthread_handle_exit() 1068 for (th = issuing_thread->p_nextlive; in pthread_handle_exit() [all …]
|
A D | descr.h | 123 pthread_descr p_nextlive, p_prevlive; member
|
A D | pthread.c | 76 .p_nextlive = &__pthread_initial_thread, 433 self->p_nextlive = self->p_prevlive = self; in __pthread_initialize_minimal() 589 for (th = __pthread_main_thread->p_nextlive; in __pthread_init_static_tls() 591 th = th->p_nextlive) in __pthread_init_static_tls() 1235 THREAD_SETMEM(self, p_nextlive, self); in __pthread_reset_main_thread()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | manager.c | 839 new_thread->p_nextlive = __pthread_main_thread->p_nextlive; in pthread_handle_create() 934 for (th = __pthread_main_thread->p_nextlive; in pthread_exited() 936 th = th->p_nextlive) { in pthread_exited() 940 th->p_prevlive->p_nextlive = th->p_nextlive; in pthread_exited() 1028 for (th = __pthread_main_thread->p_nextlive; in pthread_kill_all_threads() 1030 th = th->p_nextlive) { in pthread_kill_all_threads() 1045 th = th->p_nextlive) { in pthread_for_each_thread() 1069 for (th = issuing_thread->p_nextlive; in pthread_handle_exit() 1071 th = th->p_nextlive) { in pthread_handle_exit() 1076 for (th = issuing_thread->p_nextlive; in pthread_handle_exit() [all …]
|
A D | descr.h | 135 pthread_descr p_nextlive, p_prevlive; member
|
A D | pthread.c | 65 .p_nextlive = &__pthread_initial_thread, 360 self->p_nextlive = self->p_prevlive = self; in __pthread_initialize_minimal() 1115 THREAD_SETMEM(self, p_nextlive, self); in __pthread_reset_main_thread()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old_db/ |
A D | td_ta_thr_iter.c | 42 pds.p_nextlive = pds.p_prevlive = &pds; in handle_descr()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads_db/ |
A D | td_ta_thr_iter.c | 45 pds.p_nextlive = pds.p_prevlive = &pds; in handle_descr()
|
Completed in 20 milliseconds