OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TerminateThread
(Results
1 - 12
of
12
) sorted by null
/system/core/adb/
fdevent_test.h
59
void
TerminateThread
(std::thread& thread) {
socket_test.cpp
103
TerminateThread
(thread);
155
TerminateThread
(thread);
184
TerminateThread
(thread);
209
TerminateThread
(thread);
248
TerminateThread
(thread);
297
TerminateThread
(thread);
fdevent_test.cpp
85
TerminateThread
(thread);
135
TerminateThread
(thread);
197
TerminateThread
(thread);
225
TerminateThread
(thread);
/external/lzma/CPP/Windows/
Thread.h
30
bool Terminate(DWORD exitCode) { return BOOLToBool(::
TerminateThread
(thread, exitCode)); }
/device/linaro/bootloader/edk2/Nt32Pkg/Sec/
WinNtThunk.c
68
TerminateThread
,
/external/wpa_supplicant_8/src/l2_packet/
l2_packet_winpcap.c
271
TerminateThread
(l2->rx_thread, 0);
/external/libusb/libusb/os/
windows_nt_common.c
375
TerminateThread
(timer_thread, 1);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
processthreadsapi.h
88
WINBASEAPI WINBOOL WINAPI
TerminateThread
(HANDLE hThread, DWORD dwExitCode);
/sdk/find_lock/
find_lock.cpp
388
TerminateThread
(th /*handle*/, 0 /*retCode*/);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
WinNtThunk.h
1131
WinNtTerminateThread
TerminateThread
;
/device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
WinNtThunk.h
1146
WinNtTerminateThread
TerminateThread
;
/external/google-breakpad/src/client/windows/handler/
exception_handler.cc
358
TerminateThread
(handler_thread_, 1);
[
all
...]
Completed in 875 milliseconds