HomeSort by relevance Sort by last modified time
    Searched refs:CreateThreadFunction (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sandbox/win/src/
process_thread_interception.h 39 typedef HANDLE (WINAPI *CreateThreadFunction)(
88 CreateThreadFunction orig_CreateThread,
interceptors_64.cc 75 CreateThreadFunction orig_fn = reinterpret_cast<
76 CreateThreadFunction>(g_originals[CREATE_THREAD_ID]);
process_thread_interception.cc 403 HANDLE WINAPI TargetCreateThread(CreateThreadFunction orig_CreateThread,

Completed in 568 milliseconds