Home
last modified time | relevance | path

Searched defs:thr (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dfutex_test.cpp121 std::thread thr(Writer); in TEST() local
140 std::thread thr(Writer); in TEST() local
158 std::thread thr(Writer); in TEST() local
178 std::thread thr(Writer); in TEST() local
200 std::thread thr(Waiter); in TEST() local
228 std::thread thr(Timedwaiter); in TEST() local
243 std::thread thr(Syncwaiter); in TEST() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_napi_env.cpp61 void PandaEtsNapiEnv::SetException(EtsThrowable *thr) in SetException()
/arkcompiler/runtime_core/static_core/verification/verifier/
Dverifier.cpp264 for (auto *thr : threads) { in RunVerifier() local