Searched defs:uv_work_t (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/ |
| D | async_detect.cpp | 38 … uv_queue_work(loop, work, [](uv_work_t *) { }, [](uv_work_t *work, int32_t) { delete work; }); in RegisterAsyncDetectCallBack() argument
|
| /arkcompiler/toolchain/tooling/dynamic/client/ark_multi/ |
| D | main.cpp | 120 uv_queue_work(loop, work, [] (uv_work_t*) {}, [] (uv_work_t* work, int) { in StartThread() argument
|
| /arkcompiler/toolchain/tooling/dynamic/agent/ |
| D | tracing_impl.cpp | 211 … uv_queue_work(loop, work, [](uv_work_t *) { }, [](uv_work_t *work, int32_t) { delete work; }); in Start() argument
|
| D | heapprofiler_impl.cpp | 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 | 218 ret = uv_queue_work(loop, work, [](uv_work_t *) {}, [](uv_work_t *work, int32_t) { in DumpHeapSnapshotWithVm() argument 293 int ret = uv_queue_work(loop, work, [](uv_work_t *) {}, [](uv_work_t *work, int32_t) { in TriggerSharedGCWithVm() argument 329 int ret = uv_queue_work(loop, work, [](uv_work_t *) {}, [](uv_work_t *work, int32_t) { in TriggerGCWithVm() argument
|