Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Dtracing_impl.cpp201 uv_work_t *work = new uv_work_t; in Start() local
202 … uv_queue_work(loop, work, [](uv_work_t *) { }, [](uv_work_t *work, int32_t) { delete work; }); in Start() argument
Dheapprofiler_impl.cpp407 uv_work_t *work = new uv_work_t; in StartTrackingHeapObjects() local
408 … uv_queue_work(loop, work, [](uv_work_t *) { }, [](uv_work_t *work, int32_t) { delete work; }); in StartTrackingHeapObjects() argument
/arkcompiler/toolchain/tooling/client/ark_multi/
Dmain.cpp127 auto work = new uv_work_t; in StartThread() local
136 uv_queue_work(loop, work, [] (uv_work_t*) {}, [] (uv_work_t* work, int) { in StartThread() argument
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp174 uv_work_t *work = new(std::nothrow) uv_work_t; in DumpHeapSnapshotWithVm() local
185 ret = uv_queue_work(loop, work, [](uv_work_t *) {}, [](uv_work_t *work, int32_t) { in DumpHeapSnapshotWithVm() argument
266 uv_work_t *work = new(std::nothrow) uv_work_t; in TriggerSharedGCWithVm() local
272 int ret = uv_queue_work(loop, work, [](uv_work_t *) {}, [](uv_work_t *work, int32_t) { in TriggerSharedGCWithVm() argument
301 uv_work_t *work = new(std::nothrow) uv_work_t; in TriggerGCWithVm() local
307 int ret = uv_queue_work(loop, work, [](uv_work_t *) {}, [](uv_work_t *work, int32_t) { in TriggerGCWithVm() argument
/arkcompiler/ets_runtime/ecmascript/mem/
Dwork_manager.cpp45 WorkNode *work = reinterpret_cast<WorkNode *>(begin); in AllocateWorkNode() local