OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thread_entry
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
processes_and_threads.cc
68
THREADENTRY32
thread_entry
= {0};
local
69
thread_entry
.dwSize = sizeof(THREADENTRY32);
71
BOOL result = ::Thread32First(snapshot, &
thread_entry
);
78
thread_entry
.th32ThreadID);
84
thread_entry
.th32OwnerProcessID,
85
thread_entry
.th32ThreadID);
89
result = Thread32Next(snapshot, &
thread_entry
);
Completed in 1027 milliseconds