Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/
Dasync_detect.cpp37 uv_work_t *work = new uv_work_t; in RegisterAsyncDetectCallBack() local
38 … uv_queue_work(loop, work, [](uv_work_t *) { }, [](uv_work_t *work, int32_t) { delete work; }); in RegisterAsyncDetectCallBack() argument
/arkcompiler/toolchain/tooling/client/ark_multi/
Dmain.cpp118 auto work = new uv_work_t; in StartThread() local
127 uv_queue_work(loop, work, [] (uv_work_t*) {}, [] (uv_work_t* work, int) { in StartThread() argument
/arkcompiler/toolchain/tooling/agent/
Dtracing_impl.cpp210 uv_work_t *work = new uv_work_t; in Start() local
211 … uv_queue_work(loop, work, [](uv_work_t *) { }, [](uv_work_t *work, int32_t) { delete work; }); in Start() argument
Dheapprofiler_impl.cpp416 uv_work_t *work = new uv_work_t; in StartTrackingHeapObjects() local
417 … uv_queue_work(loop, work, [](uv_work_t *) { }, [](uv_work_t *work, int32_t) { delete work; }); in StartTrackingHeapObjects() argument
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp207 uv_work_t *work = new(std::nothrow) uv_work_t; in DumpHeapSnapshotWithVm() local
218 ret = uv_queue_work(loop, work, [](uv_work_t *) {}, [](uv_work_t *work, int32_t) { in DumpHeapSnapshotWithVm() argument
299 uv_work_t *work = new(std::nothrow) uv_work_t; in TriggerSharedGCWithVm() local
305 int ret = uv_queue_work(loop, work, [](uv_work_t *) {}, [](uv_work_t *work, int32_t) { in TriggerSharedGCWithVm() argument
335 uv_work_t *work = new(std::nothrow) uv_work_t; in TriggerGCWithVm() local
341 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-inl.h167 WorkNode *work = reinterpret_cast<WorkNode *>(begin); in AllocateWorkNode() local