Searched refs:CloseHandle (Results 76 - 100 of 332) sorted by relevance

1234567891011>>

/external/chromium_org/sandbox/win/src/
H A Dhandle_inheritance_test.cc40 EXPECT_TRUE(::CloseHandle(file_handle));
H A Drestricted_token.h44 // CloseHandle(token_handle);
54 CloseHandle(effective_token_);
H A Dbroker_services.cc154 ::CloseHandle(job_port_);
168 ::CloseHandle(job_thread_);
170 ::CloseHandle(no_targets_);
185 ::CloseHandle(it->second.first);
186 ::CloseHandle(it->second.second);
202 res = ::CloseHandle(tracker->job);
/external/chromium_org/sandbox/win/tests/validation_tests/
H A Dcommands.cc60 ::CloseHandle(file);
111 ::CloseHandle(process);
137 ::CloseHandle(thread);
269 ::CloseHandle(test_handle);
/external/chromium_org/sandbox/win/tools/finder/
H A Dfinder.cc21 ::CloseHandle(token_handle_);
/external/chromium_org/third_party/libwebp/utils/
H A Dthread.c72 CloseHandle(thread) == 0);
100 ok &= (CloseHandle(condition->waiting_sem_) != 0);
101 ok &= (CloseHandle(condition->received_sem_) != 0);
102 ok &= (CloseHandle(condition->signal_event_) != 0);
/external/chromium_org/third_party/npapi/npspy/common/
H A Dutils.cpp93 CloseHandle((HANDLE)hFile);
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dplatform_thread.cc47 CloseHandle(thread_handle);
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlogging.cc71 CloseHandle(handle);
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlogging.cc71 CloseHandle(handle);
/external/chromium_org/third_party/webrtc/base/
H A Dtiming.cc45 CloseHandle(timer_handle_);
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dwin32.py101 CloseHandle = _stdcall_libraries['kernel32'].CloseHandle variable
102 CloseHandle.restype = BOOL
103 CloseHandle.argtypes = [HANDLE]
320 'ULONG_PTR', 'CreateFile', 'NOPARITY', 'CloseHandle']
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_pthread_wrappers.h57 ASSERT_NE(0, CloseHandle(thread));
/external/deqp/framework/delibs/dethread/win32/
H A DdeSemaphoreWin32.c54 CloseHandle(handle);
H A DdeThreadWin32.c105 CloseHandle(handle);
/external/llvm/lib/Support/
H A DThreading.cpp101 ::CloseHandle(hThread);
/external/lzma/CPP/Windows/
H A DMemoryLock.cpp64 ::CloseHandle(token);
/external/qemu/android/base/files/
H A DScopedHandle_unittest.cpp53 ::CloseHandle(handle);
/external/sfntly/cpp/src/test/
H A Dplatform_thread.cc47 CloseHandle(thread_handle);
/external/srec/portable/include/
H A Dpmutex.h55 #define deleteMutex(mutex) ((void) CloseHandle(*mutex))
/external/webp/src/utils/
H A Dthread.c72 CloseHandle(thread) == 0);
100 ok &= (CloseHandle(condition->waiting_sem_) != 0);
101 ok &= (CloseHandle(condition->received_sem_) != 0);
102 ok &= (CloseHandle(condition->signal_event_) != 0);
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwince_usb.c186 CloseHandle(semaphore);
260 CloseHandle(timer_thread);
265 CloseHandle(timer_request[i]);
270 CloseHandle(timer_response);
274 CloseHandle(timer_mutex);
283 CloseHandle(semaphore);
302 CloseHandle(semaphore);
316 CloseHandle(timer_thread);
321 CloseHandle(timer_request[i]);
326 CloseHandle(timer_respons
[all...]
/external/llvm/lib/Support/Windows/
H A DPath.inc483 ::CloseHandle(FileHandle);
505 ::CloseHandle(FileHandle);
522 ::CloseHandle(FileMappingHandle);
527 ::CloseHandle(FileHandle);
537 ::CloseHandle(FileMappingHandle);
542 ::CloseHandle(FileHandle);
550 ::CloseHandle(FileMappingHandle);
555 ::CloseHandle(FileHandle);
788 ::CloseHandle(H);
847 ::CloseHandle(
[all...]
/external/fio/engines/
H A Dwindowsaio.c110 CloseHandle(hFile);
140 CloseHandle(wd->iothread);
141 CloseHandle(wd->iocomplete_event);
227 if (!CloseHandle(f->hFile)) {
395 CloseHandle(ctx->iocp);
405 CloseHandle(o->o.hEvent);
/external/chromium_org/base/threading/
H A Dplatform_thread_win.cc121 CloseHandle(thread_handle);
232 CloseHandle(thread_handle.handle_);

Completed in 700 milliseconds

1234567891011>>