Searched refs:tid_ (Results 1 - 8 of 8) sorted by relevance
/commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
H A D | thread.h | 31 return tid_; in GetThreadId() 35 uv_thread_t tid_ {0};
|
H A D | thread.cpp | 25 Thread::Thread() : tid_() {} in Thread() 47 int ret = uv_thread_create(&tid_, [](void* arg) { in Start()
|
H A D | worker.cpp | 87 HILOG_DEBUG("taskpool:: enter the worker loop and try to release thread: %{public}d", worker->tid_);
in ReleaseWorkerHandles() 126 HILOG_DEBUG("taskpool:: the worker %{public}d can't be released due to not meeting the conditions", tid_);
in CheckFreeConditions() 239 worker->tid_ = GetThreadId();
in ExecuteInThread()
|
H A D | worker.h | 217 pid_t tid_ = 0;
member in Commonlibrary::Concurrent::TaskPoolModule::Worker
|
H A D | task_manager.cpp | 149 napi_value tid = NapiHelper::CreateUint32(env, static_cast<uint32_t>(worker->tid_)); in GetThreadInfos() 338 tids.emplace(worker->tid_); in GetIdleWorkers() 383 if (!ReadThreadInfo(worker->tid_, buf, sizeof(buf))) { in GetIdleWorkersList() 390 HILOG_ERROR("taskpool: sscanf_s of state failed for %{public}d", worker->tid_); in GetIdleWorkersList() 419 HILOG_DEBUG("taskpool:: try to release idle thread: %{public}d", worker->tid_); in TriggerShrink() 446 HILOG_DEBUG("taskpool:: try to release idle thread: %{public}d", worker->tid_); in TriggerShrink() 473 HILOG_DEBUG("taskpool:: try to release timeout thread: %{public}d", worker->tid_); in NotifyShrink()
|
/commonlibrary/ets_utils/js_concurrent_module/utils/locks/ |
H A D | lock_request.h | 50 return tid_; in GetTid() 92 tid_t tid_; member in Commonlibrary::Concurrent::LocksModule::LockRequest
|
H A D | lock_request.cpp | 32 tid_(tid), in LockRequest()
|
/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/ |
H A D | test.cpp | 913 return worker->tid_;
in GetWorkerTid()
|
Completed in 10 milliseconds