Searched refs:process_first (Results 1 – 2 of 2) sorted by relevance
79 static struct process* process_first /* = NULL */; variable103 for (p = process_first; p && p->handle != hProcess; p = p->next); in process_find_by_handle()506 pcs->next = process_first; in SymInitializeW()507 process_first = pcs; in SymInitializeW()562 for (ppcs = &process_first; *ppcs; ppcs = &(*ppcs)->next) in SymCleanup()589 for (pcs = process_first; pcs; pcs = pcs->next) in SymSetOptions()
172 pcs->next = process_first;173 process_first = pcs;