/aosp_15_r20/system/extras/memory_replay/tests/ |
H A D | ThreadsTest.cpp | 36 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 D | Threads.cpp | 42 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 D | thread.cc | 129 const bool thread_done = native_type_->thread_done(); in detach() local
|
/aosp_15_r20/external/pigweed/pw_thread_zephyr/ |
H A D | thread.cc | 93 const bool thread_done = native_type_->thread_done(); in detach() local
|
/aosp_15_r20/external/pigweed/pw_thread_freertos/ |
H A D | thread.cc | 207 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 D | context.h | 79 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 D | context.h | 80 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 D | context.h | 76 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 D | context.h | 71 bool thread_done() const { return thread_done_; } in thread_done() function
|
/aosp_15_r20/external/pigweed/pw_thread_threadx/ |
H A D | thread.cc | 166 const bool thread_done = native_type_->thread_done(); in detach() local
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _testcapimodule.c | 1959 static PyThread_type_lock thread_done = NULL; variable
|
/aosp_15_r20/external/leveldb/db/ |
H A D | db_test.cc | 1956 std::atomic<bool> thread_done[kNumThreads]; member
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 3028 static PyThread_type_lock thread_done = NULL; variable
|
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/ |
H A D | vmlinux.h | 46557 struct completion thread_done; member
|
H A D | vmlinux_600.h | 46557 struct completion thread_done; member
|
/aosp_15_r20/external/bcc/libbpf-tools/x86/ |
H A D | vmlinux.h | 24880 int thread_done; member
|
H A D | vmlinux_518.h | 24880 int thread_done; member
|
/aosp_15_r20/external/bcc/libbpf-tools/arm64/ |
H A D | vmlinux_608.h | 79844 struct completion thread_done; member
|
H A D | vmlinux.h | 79844 struct completion thread_done; member
|