HomeSort by relevance Sort by last modified time
    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