Home
last modified time | relevance | path

Searched defs:tid (Results 1 – 11 of 11) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
Dasync_lock.h30 tid_t tid; member
Ddeadlock_helpers.cpp27 auto vertexPrinter = [](tid_t tid) { return "TID " + std::to_string(tid); }; in CreateDeadlockWarningMessage()
Dlock_request.cpp34 LockRequest::LockRequest(AsyncLock *lock, tid_t tid, napi_env env, napi_ref cb, LockMode mode, in LockRequest()
Dasync_lock.cpp204 napi_value tid; in CreateLockInfo() local
/commonlibrary/ets_utils/platform/default/
Dprocess_helper.cpp57 int GetThreadPRY(int tid) in GetThreadPRY()
/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/
Drefbase_fuzzer.cpp35 std::thread::id tid = this_thread::get_id(); in GetThreadId() local
/commonlibrary/c_utils/base/src/
Drefbase.cpp98 …:RefTracker(RefTracker* exTracker, const void* id, int strong, int weak, int ref, int pid, int tid) in RefTracker()
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
Dtask_manager.cpp149 napi_value tid = NapiHelper::CreateUint32(env, static_cast<uint32_t>(worker->tid_)); in GetThreadInfos() local
298 bool TaskManager::ReadThreadInfo(pid_t tid, char* buf, uint32_t size) in ReadThreadInfo()
342 for (auto tid : tids) { in GetIdleWorkers() local
/commonlibrary/ets_utils/js_sys_module/test/
Dtest_process.cpp466 int32_t tid = 0; variable
/commonlibrary/ets_utils/platform/ios/
Dprocess_helper.cpp474 int GetThreadPRY(int tid) in GetThreadPRY()
/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/
Dtest_taskpool.cpp1006 auto tid = NativeEngineTest::GetWorkerTid(handle); variable