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

  /external/ltp/testcases/kernel/io/disktest/
threading.h 110 #define TEXIT(errno) ExitThread(errno); return(errno)
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
EmuThread.h 96 THREAD_THUNK_EXIT_THREAD ExitThread;
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_pthread_wrappers.h 64 ExitThread((DWORD)retval);
  /bionic/benchmarks/
pthread_benchmark.cpp 155 static void* ExitThread(void* arg) {
165 pthread_create(&thread, NULL, ExitThread, &state);
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
WinNtThunk.c 70 ExitThread,
  /external/curl/lib/
nwlib.c 313 ExitThread (TSR_THREAD, 0);
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 134 # define _STLP_THROW_BAD_ALLOC { _STLP_WINCE_TRACE(L"out of memory"); ExitThread(1); }
_windows.h 147 void WINAPI ExitThread(DWORD dwExitCode);
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 134 # define _STLP_THROW_BAD_ALLOC { _STLP_WINCE_TRACE(L"out of memory"); ExitThread(1); }
_windows.h 147 void WINAPI ExitThread(DWORD dwExitCode);
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 134 # define _STLP_THROW_BAD_ALLOC { _STLP_WINCE_TRACE(L"out of memory"); ExitThread(1); }
_windows.h 147 void WINAPI ExitThread(DWORD dwExitCode);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_nt.h 200 ExitThread(0);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
minwinbase.h 270 EXIT_THREAD_DEBUG_INFO ExitThread;
processthreadsapi.h 163 WINBASEAPI DECLSPEC_NORETURN VOID WINAPI ExitThread (DWORD dwExitCode);
dbgeng.h     [all...]
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_winpcap.c 145 ExitThread(0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xthreads.h 118 # define xthread_exit(v) ExitThread((DWORD)(v))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xthreads.h 118 # define xthread_exit(v) ExitThread((DWORD)(v))
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
WinNtThunk.h 1133 WinNtExitThread ExitThread;
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
WinNtThunk.h 1148 WinNtExitThread ExitThread;
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
WinNtGopScreen.c 850 mWinNt->ExitThread (0);
    [all...]
  /external/mdnsresponder/mDNSShared/
CommonServices.h 540 #define _endthreadex_compat( RESULT ) ExitThread( (DWORD) RESULT )
    [all...]

Completed in 1228 milliseconds