Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c6430 BOOL have_record; in win32_getppid() local
6440 have_record = Process32First(snapshot, &pe); in win32_getppid()
6441 while (have_record) { in win32_getppid()
6448 have_record = Process32Next(snapshot, &pe); in win32_getppid()