Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dposixmodule.c7927 BOOL have_record; in win32_getppid() local
7937 have_record = Process32First(snapshot, &pe); in win32_getppid()
7938 while (have_record) { in win32_getppid()
7945 have_record = Process32Next(snapshot, &pe); in win32_getppid()

Completed in 16 milliseconds