Home
last modified time | relevance | path

Searched defs:close_thread (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8426/
H A Dpoc.c70 void* close_thread(void* no_use) in close_thread() function
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8425/
H A Dpoc.c70 void* close_thread(void* no_use) in close_thread() function
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dbatch_scheduler_test.cc88 std::unique_ptr<Thread> close_thread( in TEST() local
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8482/
H A Dpoc.c121 void* close_thread(void* no_use) in close_thread() function
/aosp_15_r20/external/crosvm/swap/src/
H A Dworker.rs414 let close_thread = thread::spawn(move || { in test_worker_close_on_push_blocked() localVariable