Home
last modified time | relevance | path

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

/src/lib/libthr/thread/
H A Dthr_fork.c111 atfork_head temp_list = TAILQ_HEAD_INITIALIZER(temp_list); in __pthread_cxa_finalize() local
125 TAILQ_INSERT_TAIL(&temp_list, af, qe); in __pthread_cxa_finalize()
130 while ((af = TAILQ_FIRST(&temp_list)) != NULL) { in __pthread_cxa_finalize()
131 TAILQ_REMOVE(&temp_list, af, qe); in __pthread_cxa_finalize()
/src/crypto/krb5/src/clients/ksu/
H A Dheuristic.c49 char * line, * fprinc, * lp, ** temp_list = NULL; in get_all_princ_from_file() local
52 if (!(temp_list = (char **) malloc( CHUNK * sizeof(char *)))) in get_all_princ_from_file()
63 temp_list[count] = xstrdup(fprinc); in get_all_princ_from_file()
69 if (!(temp_list = (char **) realloc(temp_list, in get_all_princ_from_file()
82 temp_list[count] = NULL; in get_all_princ_from_file()
84 *plist = temp_list; in get_all_princ_from_file()
/src/contrib/jemalloc/src/
H A Dprof_recent.c542 prof_recent_list_t temp_list; in prof_recent_alloc_dump() local
547 ql_move(&temp_list, &prof_recent_alloc_list); in prof_recent_alloc_dump()
561 ql_foreach(node, &temp_list, link) { in prof_recent_alloc_dump()
569 ql_concat(&temp_list, &prof_recent_alloc_list, link); in prof_recent_alloc_dump()
570 ql_move(&prof_recent_alloc_list, &temp_list); in prof_recent_alloc_dump()
572 prof_recent_alloc_restore_locked(tsd, &temp_list); in prof_recent_alloc_dump()
578 prof_recent_alloc_async_cleanup(tsd, &temp_list); in prof_recent_alloc_dump()
/src/sys/dev/vmware/vmci/
H A Dvmci.c1060 vmci_list(vmci_delayed_work_info) temp_list; in vmci_delayed_work_fn_cb()
1062 vmci_list_init(&temp_list); in vmci_delayed_work_fn_cb()
1073 vmci_list_swap(&temp_list, &vmci_sc->vmci_delayed_work_infos, in vmci_delayed_work_fn_cb()
1077 while (!vmci_list_empty(&temp_list)) { in vmci_delayed_work_fn_cb()
1079 vmci_list_first(&temp_list); in vmci_delayed_work_fn_cb()
/src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp657 ModuleList temp_list; in ModuleReplaced() local
658 temp_list.Append(new_module_sp); in ModuleReplaced()
659 ResolveBreakpointInModules(temp_list); in ModuleReplaced()
669 ModuleList temp_list; in ModuleReplaced() local
670 temp_list.Append(new_module_sp); in ModuleReplaced()
672 ResolveBreakpointInModules(temp_list, new_break_locs); in ModuleReplaced()