Home
last modified time | relevance | path

Searched defs:Runtime (Results 1 – 25 of 35) sorted by relevance

12

/external/rust/crates/tokio/src/runtime/tests/
Dtask.rs42 fn with(f: impl FnOnce(Runtime)) { in with()
66 struct Runtime(Arc<Inner>); struct
80 impl Runtime { implementation
103 fn next_task(&self) -> task::Notified<Runtime> { in next_task()
142 impl Schedule for Runtime { implementation
143 fn bind(task: Task<Self>) -> Runtime { in bind()
Dloom_queue.rs201 struct Runtime; struct
203 impl Schedule for Runtime { implementation
204 fn bind(task: Task<Self>) -> Runtime { in bind()
Dqueue.rs187 struct Runtime; struct
189 impl Schedule for Runtime { implementation
190 fn bind(task: Task<Self>) -> Runtime { in bind()
Dloom_blocking.rs26 fn mk_runtime(num_threads: usize) -> Runtime { in mk_runtime()
Dloom_basic_scheduler.rs12 fn assert_at_most_num_polls(rt: Arc<Runtime>, at_most_polls: usize) { in assert_at_most_num_polls()
Dloom_pool.rs298 fn mk_pool(num_threads: usize) -> Runtime { in mk_pool()
/external/rust/crates/criterion/src/
Dasync_executor.rs46 impl AsyncExecutor for tokio::runtime::Runtime { implementation
52 impl AsyncExecutor for &tokio::runtime::Runtime { implementation
/external/tensorflow/tensorflow/lite/swift/Sources/
DTensorFlowLite.swift18 public enum Runtime { enum
/external/rust/crates/tokio/src/runtime/
Dmod.rs289 impl Runtime { impl
Dbuilder.rs392 pub fn build(&mut self) -> io::Result<Runtime> { in build()
435 fn build_basic_runtime(&mut self) -> io::Result<Runtime> { in build_basic_runtime()
/external/llvm-project/lldb/include/lldb/Target/
DRuntime.h17 Runtime(Process *process) : m_process(process) {} in Runtime() function
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_generator.h59 enum class Runtime { enum
/external/rust/crates/clang-sys/
DREADME.md129 ### Runtime subsection
/external/tensorflow/tensorflow/cc/experimental/base/public/
Druntime.h47 explicit Runtime(TFE_Context* ctx) : ctx_(ctx) {} in Runtime() function
Dstatus.h59 friend class Runtime; variable
Dtensor.h98 friend class Runtime; variable
/external/llvm-project/polly/include/polly/CodeGen/
DLoopGenerators.h31 Runtime = 37 enumerator
/external/llvm-project/polly/lib/CodeGen/
DManagedMemoryRewrite.cpp354 GPURuntime Runtime; member in __anone5f2ad280111::ManagedMemoryRewritePass
405 GPURuntime Runtime) { in createManagedMemoryRewritePassPass()
/external/pigweed/pw_tokenizer/
Dhash_test.cc68 TEST(Hashing, Runtime) PW_NO_SANITIZE("unsigned-integer-overflow") { in TEST() argument
/external/llvm-project/libc/benchmarks/
DLibcMemoryBenchmark.h72 Duration Runtime = {}; member
/external/rust/crates/tokio/tests/
Drt_handle_block_on.rs455 fn new_multi_thread(n: usize) -> Runtime { in new_multi_thread()
/external/rust/crates/tokio/src/task/
Dlocal.rs455 pub fn block_on<F>(&self, rt: &crate::runtime::Runtime, future: F) -> F::Output in block_on()
/external/llvm-project/clang/lib/CodeGen/
DCGObjC.cpp78 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCBoxedExpr() local
222 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCCollectionLiteral() local
382 auto &Runtime = CGM.getLangOpts().ObjCRuntime; in tryGenerateSpecializedMessageSend() local
523 auto &Runtime = CGF.getLangOpts().ObjCRuntime; in tryEmitSpecializedAllocInit() local
604 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCMessageExpr() local
2658 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCMRRAutoreleasePoolPush() local
3810 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitBlockCopyAndAutorelease() local
/external/clang/lib/CodeGen/
DCGObjC.cpp72 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCBoxedExpr() local
205 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCCollectionLiteral() local
372 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCMessageExpr() local
2325 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCMRRAutoreleasePoolPush() local
3355 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitBlockCopyAndAutorelease() local
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Druntime.cc240 Runtime::Runtime(const RuntimeOptions& options, const GpuInfo& gpu_info, in Runtime() function in tflite::gpu::gl::Runtime

12