Searched defs:work (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/toolchain/tooling/agent/ |
| D | tracing_impl.cpp | 201 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
|
| D | heapprofiler_impl.cpp | 407 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/ |
| D | main.cpp | 127 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/ |
| D | dfx_jsnapi.cpp | 174 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/ |
| D | work_manager.cpp | 45 WorkNode *work = reinterpret_cast<WorkNode *>(begin); in AllocateWorkNode() local
|