Home
last modified time | relevance | path

Searched defs:thread_done (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/system/extras/memory_replay/tests/
H A DThreadsTest.cpp36 memory_trace::Entry thread_done = {.type = memory_trace::THREAD_DONE}; in TEST() local
71 memory_trace::Entry thread_done = {.type = memory_trace::THREAD_DONE}; in TEST() local
117 memory_trace::Entry thread_done = {.type = memory_trace::THREAD_DONE}; in TEST() local
/aosp_15_r20/system/extras/memory_replay/
H A DThreads.cpp42 bool thread_done = entry.type == memory_trace::THREAD_DONE; in ThreadRunner() local
148 memory_trace::Entry thread_done = {.type = memory_trace::THREAD_DONE}; in FinishAll() local
/aosp_15_r20/external/pigweed/pw_thread_embos/
H A Dthread.cc129 const bool thread_done = native_type_->thread_done(); in detach() local
/aosp_15_r20/external/pigweed/pw_thread_zephyr/
H A Dthread.cc93 const bool thread_done = native_type_->thread_done(); in detach() local
/aosp_15_r20/external/pigweed/pw_thread_freertos/
H A Dthread.cc207 const bool thread_done = native_type_->thread_done(); in detach() local
/aosp_15_r20/external/pigweed/pw_thread_embos/public/pw_thread_embos/
H A Dcontext.h79 bool thread_done() const { return thread_done_; } in thread_done() function
/aosp_15_r20/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
H A Dcontext.h80 bool thread_done() const { return thread_done_; } in thread_done() function
/aosp_15_r20/external/pigweed/pw_thread_zephyr/public/pw_thread_zephyr/
H A Dcontext.h76 bool thread_done() const { return thread_done_; } in thread_done() function
/aosp_15_r20/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
H A Dcontext.h71 bool thread_done() const { return thread_done_; } in thread_done() function
/aosp_15_r20/external/pigweed/pw_thread_threadx/
H A Dthread.cc166 const bool thread_done = native_type_->thread_done(); in detach() local
/aosp_15_r20/external/python/cpython2/Modules/
D_testcapimodule.c1959 static PyThread_type_lock thread_done = NULL; variable
/aosp_15_r20/external/leveldb/db/
H A Ddb_test.cc1956 std::atomic<bool> thread_done[kNumThreads]; member
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c3028 static PyThread_type_lock thread_done = NULL; variable
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/
H A Dvmlinux.h46557 struct completion thread_done; member
H A Dvmlinux_600.h46557 struct completion thread_done; member
/aosp_15_r20/external/bcc/libbpf-tools/x86/
H A Dvmlinux.h24880 int thread_done; member
H A Dvmlinux_518.h24880 int thread_done; member
/aosp_15_r20/external/bcc/libbpf-tools/arm64/
H A Dvmlinux_608.h79844 struct completion thread_done; member
H A Dvmlinux.h79844 struct completion thread_done; member