Searched refs:async_context (Results 1 – 5 of 5) sorted by relevance
/external/liburing/examples/ |
D | ucontext-cp.c | 33 } async_context; typedef 36 async_context *pctx; 45 async_context *pctx, \ 71 int await_poll(async_context *pctx, int fd, short poll_mask) { in DEFINE_AWAIT_OP() 87 int await_delay(async_context *pctx, time_t seconds) { in await_delay() 108 static int setup_context(async_context *pctx, struct io_uring *ring) in setup_context() 130 static int copy_file(async_context *pctx, int infd, int outfd, struct iovec* piov) in copy_file() 167 async_context *pctx = pbundle->pctx; in copy_file_wrapper() 212 async_context *pctx = malloc(sizeof(*pctx)); in main() 260 async_context *pctx = io_uring_cqe_get_data(cqe); in main()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_live_range.cc | 73 const HloComputation* async_context) { in FlattenSchedule() argument 84 if (async_context != nullptr) { in FlattenSchedule() 85 computations_in_async_context_[&computation] = async_context; in FlattenSchedule() 105 : async_context); in FlattenSchedule() 108 FlattenSchedule(*instruction->while_condition(), async_context); in FlattenSchedule() 109 FlattenSchedule(*instruction->while_body(), async_context); in FlattenSchedule() 200 const HloComputation* async_context = async_context_it->second; in CalculateBufferStartEndMap() local 201 CHECK(async_context->IsAsyncComputation()); in CalculateBufferStartEndMap() 203 async_context->AsyncInstructions(), in CalculateBufferStartEndMap() 207 CHECK(async_done_it != async_context->AsyncInstructions().end()); in CalculateBufferStartEndMap()
|
D | hlo_live_range.h | 125 const HloComputation* async_context = nullptr);
|
/external/rust/crates/tracing-attributes/src/ |
D | expand.rs | 106 async_context: bool, in gen_block() 260 if async_context { in gen_block()
|
/external/cronet/net/url_request/ |
D | url_request_unittest.cc | 1977 auto async_context = async_context_builder->Build(); in TEST_F() local 2007 *async_context, in TEST_F()
|