Home
last modified time | relevance | path

Searched refs:tid_ (Results 1 - 8 of 8) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dthread.h31 return tid_; in GetThreadId()
35 uv_thread_t tid_ {0};
H A Dthread.cpp25 Thread::Thread() : tid_() {} in Thread()
47 int ret = uv_thread_create(&tid_, [](void* arg) { in Start()
H A Dworker.cpp87 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 Dworker.h217 pid_t tid_ = 0; member in Commonlibrary::Concurrent::TaskPoolModule::Worker
H A Dtask_manager.cpp149 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 Dlock_request.h50 return tid_; in GetTid()
92 tid_t tid_; member in Commonlibrary::Concurrent::LocksModule::LockRequest
H A Dlock_request.cpp32 tid_(tid), in LockRequest()
/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/
H A Dtest.cpp913 return worker->tid_; in GetWorkerTid()

Completed in 9 milliseconds