Searched defs:work (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/ |
| D | async_detect.cpp | 37 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/ |
| D | main.cpp | 118 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/ |
| D | tracing_impl.cpp | 210 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
|
| D | heapprofiler_impl.cpp | 416 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/ |
| D | dfx_jsnapi.cpp | 207 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/ |
| D | work_manager-inl.h | 167 WorkNode *work = reinterpret_cast<WorkNode *>(begin); in AllocateWorkNode() local
|