Lines Matching defs:handle
117 [](uv_handle_t* handle) {});
157 uv_close(reinterpret_cast<uv_handle_t*>(timer), [](uv_handle_t* handle) {
158 delete reinterpret_cast<uv_timer_t*>(handle);
243 void PerIsolatePlatformData::FlushTasks(uv_async_t* handle) {
244 auto platform_data = static_cast<PerIsolatePlatformData*>(handle->data);
309 // flush_tasks_ handle add tasks to the event loop. We keep a count of all
314 [](uv_handle_t* handle) {
316 reinterpret_cast<uv_async_t*>(handle) };
444 void PerIsolatePlatformData::RunForegroundTask(uv_timer_t* handle) {
445 DelayedTask* delayed = ContainerOf(&DelayedTask::timer, handle);
479 [](uv_handle_t* handle) {
481 static_cast<DelayedTask*>(handle->data) };