Searched defs:MyFuture (Results 1 – 8 of 8) sorted by relevance
| /external/libcxx/test/libcxx/experimental/language.support/support.coroutines/ |
| D | dialect_support.sh.cpp | 27 struct MyFuture { struct 33 MyFuture get_return_object() { in get_return_object() argument 41 MyFuture() : p() {} in MyFuture() function 42 MyFuture(HandleT h) : p(h) {} in MyFuture() function 47 MyFuture test_coro() { in test_coro() argument
|
| /external/rust/crates/tokio/tests/ |
| D | task_local.rs | 46 struct MyFuture { in task_local_available_on_abort() struct 47 tx_poll: Option<oneshot::Sender<()>>, in task_local_available_on_abort() 48 tx_drop: Option<oneshot::Sender<u32>>, in task_local_available_on_abort() 50 impl Future for MyFuture { in task_local_available_on_abort() implementation 60 impl Drop for MyFuture { in task_local_available_on_abort() implementation 97 struct MyFuture { in task_local_available_on_completion_drop() struct 98 tx: Option<oneshot::Sender<u32>>, in task_local_available_on_completion_drop() 100 impl Future for MyFuture { in task_local_available_on_completion_drop() implementation 107 impl Drop for MyFuture { in task_local_available_on_completion_drop() implementation
|
| D | task_id.rs | 82 struct MyFuture { in task_id_future_destructor_completion() struct 83 tx: Option<oneshot::Sender<Id>>, in task_id_future_destructor_completion() 86 impl Future for MyFuture { in task_id_future_destructor_completion() implementation 94 impl Drop for MyFuture { in task_id_future_destructor_completion() implementation 110 struct MyFuture { in task_id_future_destructor_abort() struct 111 tx: Option<oneshot::Sender<Id>>, in task_id_future_destructor_abort() 114 impl Future for MyFuture { in task_id_future_destructor_abort() implementation 121 impl Drop for MyFuture { in task_id_future_destructor_abort() implementation 147 struct MyFuture { in task_id_output_destructor_handle_dropped_before_completion() struct 148 tx: Option<oneshot::Sender<Id>>, in task_id_output_destructor_handle_dropped_before_completion() [all …]
|
| D | rt_threaded_alt.rs | 511 struct MyFuture { in wake_during_shutdown() struct 512 shared: Arc<Mutex<Shared>>, in wake_during_shutdown() 513 put_waker: bool, in wake_during_shutdown() 516 impl MyFuture { in wake_during_shutdown() impl 531 impl Future for MyFuture { in wake_during_shutdown() implementation 544 impl Drop for MyFuture { in wake_during_shutdown() implementation
|
| D | rt_threaded.rs | 510 struct MyFuture { in wake_during_shutdown() struct 511 shared: Arc<Mutex<Shared>>, in wake_during_shutdown() 512 put_waker: bool, in wake_during_shutdown() 515 impl MyFuture { in wake_during_shutdown() impl 530 impl Future for MyFuture { in wake_during_shutdown() implementation 543 impl Drop for MyFuture { in wake_during_shutdown() implementation
|
| /external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/ |
| D | FirstElementResponseObserver.java | 77 private class MyFuture extends AbstractApiFuture<ResponseT> { class in FirstElementResponseObserver
|
| D | SpoolingResponseObserver.java | 76 class MyFuture extends AbstractApiFuture<List<ResponseT>> { class in SpoolingResponseObserver
|
| /external/python/cpython3/Lib/test/test_asyncio/ |
| D | test_futures.py | 118 class MyFuture: class
|