Home
last modified time | relevance | path

Searched defs:CallbackWrapper (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dwork_serializer.cc27 struct CallbackWrapper { struct
28 CallbackWrapper(std::function<void()> cb, const grpc_core::DebugLocation& loc) in CallbackWrapper() argument
31 MultiProducerSingleConsumerQueue::Node mpscq_node;
32 const std::function<void()> callback;
33 const DebugLocation location;
/external/libchrome/base/trace_event/
Dmemory_dump_scheduler_unittest.cc26 struct CallbackWrapper { struct
/external/tensorflow/tensorflow/core/kernels/batching_util/
Dadaptive_shared_batch_scheduler.h531 void AdaptiveSharedBatchScheduler<TaskType>::CallbackWrapper( in CallbackWrapper() function