Home
last modified time | relevance | path

Searched defs:ExitThread (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/bionic/benchmarks/
H A Dpthread_benchmark.cpp205 static void* ExitThread(void*) { in ExitThread() function
/aosp_15_r20/external/python/cpython3/Lib/test/libregrtest/
Druntest_mp.py133 class ExitThread(Exception): class
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Zip/
H A DZipUpdate.cpp211 bool ExitThread; member
/aosp_15_r20/system/extras/simpleperf/
H A Dthread_tree.cpp127 void ThreadTree::ExitThread(int pid, int tid) { in ExitThread() function in simpleperf::ThreadTree
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dminwinbase.h270 EXIT_THREAD_DEBUG_INFO ExitThread; member
Ddbgeng.h1392 STDMETHOD(ExitThread)(THIS_ ULONG ExitCode) PURE; in DECLARE_INTERFACE_() local
1865 STDMETHOD(ExitThread)(THIS_ ULONG ExitCode) { return DEBUG_STATUS_NO_CHANGE; } in STDMETHOD() argument
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs66332 pub fn ExitThread(dwExitCode: DWORD) -> !; in ExitThread() function