Home
last modified time | relevance | path

Searched defs:is_detached (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cc44 static bool is_detached(u32 tid) { in is_detached() function
/aosp_15_r20/bionic/tests/
H A Dpthread_test.cpp266 static void AssertDetached(pthread_t t, bool is_detached) { in AssertDetached()