Home
last modified time | relevance | path

Searched refs:currentThread (Results 1 - 3 of 3) sorted by relevance

/base/security/access_token/frameworks/js/napi/common/src/
H A Dnapi_common.cpp27 std::thread::id currentThread = std::this_thread::get_id(); in IsCurrentThread() local
28 if (threadId != currentThread) { in IsCurrentThread()
/base/security/access_token/interfaces/kits/cj/accesstoken/src/
H A Dat_manager_impl.cpp111 std::thread::id currentThread = std::this_thread::get_id(); in IsCurrentThread() local
112 if (threadId != currentThread) { in IsCurrentThread()
761 // batch delete currentThread callback in FindAndGetSubscriberInVector()
/base/security/security_guard/frameworks/js/napi/
H A Dsecurity_guard_napi.cpp1024 std::thread::id currentThread = std::this_thread::get_id(); in IsCurrentThread() local
1025 if (threadId != currentThread) { in IsCurrentThread()

Completed in 5 milliseconds