OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NTOPENSEMAPHORE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/win/tools/finder/
finder_kernel.cc
21
NTOPENSEMAPHORE
NtOpenSemaphore
;
51
NtOpenSemaphore
= (
NTOPENSEMAPHORE
) ::GetProcAddress(
52
ntdll_handle, "
NtOpenSemaphore
");
53
CHECKPTR(
NtOpenSemaphore
);
237
else if (type == L"Semaphore") func =
NtOpenSemaphore
;
ntundoc.h
224
typedef NTSTATUS (WINAPI*
NTOPENSEMAPHORE
)(
Completed in 31 milliseconds