Searched defs:tid (Results 1 – 11 of 11) sorted by relevance
| /commonlibrary/ets_utils/js_concurrent_module/utils/locks/ |
| D | async_lock.h | 30 tid_t tid; member
|
| D | deadlock_helpers.cpp | 27 auto vertexPrinter = [](tid_t tid) { return "TID " + std::to_string(tid); }; in CreateDeadlockWarningMessage()
|
| D | lock_request.cpp | 34 LockRequest::LockRequest(AsyncLock *lock, tid_t tid, napi_env env, napi_ref cb, LockMode mode, in LockRequest()
|
| D | async_lock.cpp | 204 napi_value tid; in CreateLockInfo() local
|
| /commonlibrary/ets_utils/platform/default/ |
| D | process_helper.cpp | 57 int GetThreadPRY(int tid) in GetThreadPRY()
|
| /commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/ |
| D | refbase_fuzzer.cpp | 35 std::thread::id tid = this_thread::get_id(); in GetThreadId() local
|
| /commonlibrary/c_utils/base/src/ |
| D | refbase.cpp | 98 …: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/ |
| D | task_manager.cpp | 149 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/ |
| D | test_process.cpp | 466 int32_t tid = 0; variable
|
| /commonlibrary/ets_utils/platform/ios/ |
| D | process_helper.cpp | 474 int GetThreadPRY(int tid) in GetThreadPRY()
|
| /commonlibrary/ets_utils/js_concurrent_module/taskpool/test/ |
| D | test_taskpool.cpp | 1006 auto tid = NativeEngineTest::GetWorkerTid(handle); variable
|