Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libthr/thread/
H A Dthr_fork.c107 atfork_head temp_list = TAILQ_HEAD_INITIALIZER(temp_list); in __pthread_cxa_finalize() local
121 TAILQ_INSERT_TAIL(&temp_list, af, qe); in __pthread_cxa_finalize()
126 while ((af = TAILQ_FIRST(&temp_list)) != NULL) { in __pthread_cxa_finalize()
127 TAILQ_REMOVE(&temp_list, af, qe); in __pthread_cxa_finalize()
/freebsd-14.2/sys/dev/vmware/vmci/
H A Dvmci.c1061 vmci_list(vmci_delayed_work_info) temp_list; in vmci_delayed_work_fn_cb()
1063 vmci_list_init(&temp_list); in vmci_delayed_work_fn_cb()
1074 vmci_list_swap(&temp_list, &vmci_sc->vmci_delayed_work_infos, in vmci_delayed_work_fn_cb()
1078 while (!vmci_list_empty(&temp_list)) { in vmci_delayed_work_fn_cb()
1080 vmci_list_first(&temp_list); in vmci_delayed_work_fn_cb()
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp660 ModuleList temp_list; in ModuleReplaced() local
661 temp_list.Append(new_module_sp); in ModuleReplaced()
662 ResolveBreakpointInModules(temp_list); in ModuleReplaced()
672 ModuleList temp_list; in ModuleReplaced() local
673 temp_list.Append(new_module_sp); in ModuleReplaced()
675 ResolveBreakpointInModules(temp_list, new_break_locs); in ModuleReplaced()