/ohos5.0/foundation/resourceschedule/ffrt/src/sync/ |
H A D | mutex.cpp | 40 …_t task = ExecuteCtx::Cur()->task ? reinterpret_cast<uint64_t>(ExecuteCtx::Cur()->task) : GetTid(); in try_lock() 53 task = ExecuteCtx::Cur()->task ? reinterpret_cast<uint64_t>(ExecuteCtx::Cur()->task) : GetTid(); in lock() 89 taskLockNums = std::make_pair(GetTid(), 1); in try_lock() 97 if (taskLockNums.first == GetTid()) { in try_lock() 136 if (taskLockNums.first != GetTid()) { in lock() 140 taskLockNums = std::make_pair(GetTid(), 1); in lock() 170 if (taskLockNums.first != GetTid()) { in unlock()
|
/ohos5.0/base/request/request/frameworks/js/napi/src/ |
H A D | request_event.cpp | 148 …sParam.task->responseListener_ = std::make_shared<JSResponseListener>(env, jsParam.task->GetTid()); in On() 161 … std::make_shared<JSNotifyDataListener>(env, jsParam.task->GetTid(), jsParam.subscribeType); in On() 205 … std::make_shared<JSNotifyDataListener>(env, jsParam.task->GetTid(), jsParam.subscribeType); in Off() 216 jsParam.task->GetTid().c_str()); in Off() 384 std::string tid = context->task->GetTid(); in StartExec() 404 int32_t ret = RequestManager::GetInstance()->Stop(context->task->GetTid()); in StopExec() 413 int32_t ret = RequestManager::GetInstance()->Pause(context->task->GetTid(), context->version_); in PauseExec() 431 ret = RequestManager::GetInstance()->Show(context->task->GetTid(), infoRes); in QueryExec() 446 ret = RequestManager::GetInstance()->QueryMimeType(context->task->GetTid(), context->strRes); in QueryMimeTypeExec() 492 int32_t ret = RequestManager::GetInstance()->Remove(context->task->GetTid(), context->version_); in RemoveExec() [all …]
|
/ohos5.0/base/hiviewdfx/hiview/base/ |
H A D | pipeline.cpp | 46 createTime_, std::to_string(Thread::GetTid())); in OnContinue() 99 createTime_, std::to_string(Thread::GetTid())); in OnFinish()
|
H A D | plugin.cpp | 75 std::to_string(Thread::GetTid())); in OnEventProxy()
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/locks/ |
H A D | async_lock.cpp | 205 NAPI_CALL(env, napi_create_int32(env, rq->GetTid(), &tid)); in CreateLockInfo() 270 … result.push_back(RequestCreationInfo { request->GetTid(), request->GetCreationStacktrace() }); in GetSatisfiedRequestInfos() 280 … result.push_back(RequestCreationInfo { request->GetTid(), request->GetCreationStacktrace() }); in GetPendingRequestInfos()
|
H A D | lock_request.h | 55 tid_t GetTid() const in GetTid() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_canvas_drawing_render_node_drawable.h | 53 uint32_t GetTid() const in GetTid() function 100 std::atomic<pid_t> threadId_ = RSUniRenderThread::Instance().GetTid();
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/include/ |
H A D | thread_util.h | 23 int GetTid();
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/ |
H A D | thread_util.cpp | 24 pid_t GetTid() in GetTid() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_canvas_drawing_render_node.cpp | 294 uint32_t RSCanvasDrawingRenderNode::GetTid() const in GetTid() function in OHOS::Rosen::RSCanvasDrawingRenderNode 316 if (GetTid() != tid) { in GetImage() 334 if (GetTid() != tid) { in GetBitmap() 364 if (GetTid() != tid) { in GetPixelmap()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/ |
H A D | uv_task_wrapper_impl.cpp | 32 threadId_ = engine->GetTid(); in UVTaskWrapperImpl()
|
/ohos5.0/foundation/resourceschedule/ffrt/src/internal_inc/ |
H A D | osal.h | 32 static inline unsigned int GetTid(void) in GetTid() function
|
/ohos5.0/foundation/resourceschedule/ffrt/test/testfunc/ |
H A D | util.cpp | 92 printf("this thread:%u is running on cpu:%d\n", GetTid(), cpuid); in set_cur_thread_cpu_affinity() 113 printf("this thread:%d is running on cpu:%d\n", GetTid(), i); in set_cur_thread_cpu_affinity()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_canvas_drawing_render_node_test.cpp | 413 tid = rsCanvasDrawingRenderNode->GetTid(); 590 rsCanvasDrawingRenderNode->GetTid(); 593 rsCanvasDrawingRenderNode->GetTid(); 607 EXPECT_TRUE(rsCanvasDrawingRenderNode->GetTid() != tid); 609 tid = rsCanvasDrawingRenderNode->GetTid();
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/ |
H A D | hisysevent_record.h | 51 int64_t GetTid() const;
|
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | watch_point.h | 71 long GetTid() const;
|
H A D | watch_point.cpp | 162 long WatchPoint::GetTid() const in GetTid() function in OHOS::HiviewDFX::WatchPoint
|
/ohos5.0/commonlibrary/ets_utils/js_sys_module/process/ |
H A D | js_process.h | 156 napi_value GetTid(napi_env env) const;
|
/ohos5.0/base/hiviewdfx/hisysevent/test/fuzztest/common/hisyseventmanager_fuzzer/ |
H A D | hisyseventmanager_fuzzer.cpp | 50 (void)record.GetTid(); in HiSysEventRecordTest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_canvas_drawing_render_node.h | 67 uint32_t GetTid() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | task_executor_impl.h | 50 int32_t GetTid(TaskType type) final in GetTid() function
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
H A D | hisysevent_record_convertor.cpp | 105 recordStruct.tid = recordObj.GetTid(); in ConvertRecord()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_render_thread.h | 60 int32_t GetTid();
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/ |
H A D | app_event_dao.cpp | 88 bucket.PutInt(Events::FIELD_TID, event->GetTid()); in Insert()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_thread.h | 155 pid_t GetTid() const in GetTid() function
|