Home
last modified time | relevance | path

Searched defs:work (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dwork_manager.cpp194 WorkNode *work = reinterpret_cast<WorkNode *>(begin); in AllocateWorkNode() local
/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.cpp336 uv_work_t *work = new uv_work_t; in StartTrackingHeapObjects() local
337 uv_queue_work(loop, work, [](uv_work_t *) { }, [](uv_work_t *work, int32_t) { delete work; }); in StartTrackingHeapObjects() argument