Searched defs:uv_work_t (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/toolchain/tooling/agent/ |
| D | tracing_impl.cpp | 202 … uv_queue_work(loop, work, [](uv_work_t *) { }, [](uv_work_t *work, int32_t) { delete work; }); in Start() argument
|
| D | heapprofiler_impl.cpp | 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 | 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 | 185 ret = uv_queue_work(loop, work, [](uv_work_t *) {}, [](uv_work_t *work, int32_t) { in DumpHeapSnapshotWithVm() argument 272 int ret = uv_queue_work(loop, work, [](uv_work_t *) {}, [](uv_work_t *work, int32_t) { in TriggerSharedGCWithVm() argument 307 int ret = uv_queue_work(loop, work, [](uv_work_t *) {}, [](uv_work_t *work, int32_t) { in TriggerGCWithVm() argument
|