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

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_pthread_wrappers.h 62 ExitThread((DWORD)retval);
  /bionic/benchmarks/
pthread_benchmark.cpp 155 static void* ExitThread(void* arg) {
165 pthread_create(&thread, NULL, ExitThread, &state);
  /external/curl/lib/
nwlib.c 313 ExitThread (TSR_THREAD, 0);
  /ndk/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/current/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);
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_winpcap.c 145 ExitThread(0);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
gthr-default.h 198 ExitThread (__objc_thread_exit_status);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
gthr-default.h 198 ExitThread (__objc_thread_exit_status);
  /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))
  /external/mdnsresponder/mDNSShared/
CommonServices.h 540 #define _endthreadex_compat( RESULT ) ExitThread( (DWORD) RESULT )
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
winbase.h 607 EXIT_THREAD_DEBUG_INFO ExitThread;
    [all...]

Completed in 8952 milliseconds