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

  /external/chromium_org/sandbox/win/src/
restricted_token_utils.cc 213 HANDLE temp_thread = process_info.thread_handle(); local
214 if (!::SetThreadToken(&temp_thread, impersonation_token.Get())) {
target_process.cc 166 HANDLE temp_thread = process_info.thread_handle(); local
167 if (!::SetThreadToken(&temp_thread, initial_token_)) {

Completed in 100 milliseconds