Searched defs:fut1 (Results 1 – 12 of 12) sorted by relevance
55 let mut fut1 = task::spawn(pool.call(())); in high_load() localVariable
44 let fut1 = async move { 10 }; in test_different_sizes() localVariable
91 let mut fut1 = tokio_test::task::spawn(notify.notified()); in notify_simple() localVariable
167 MultiBufAllocationFuture fut1 = async_alloc.AllocateAsync(44u, 33u); in TEST() local
183 let fut1 = TestMe { in watch_clones() localVariable
114 auto fut1 = at::intraop_launch_future([&v1](){ in TEST() local
185 let fut1 = async move { 10 }; in test_different_sizes() localVariable
1023 let mut fut1 = Box::pin(dec(mu.clone(), cv.clone())); in cancel_before_notify() localVariable1068 let mut fut1 = Box::pin(dec(mu.clone(), cv.clone())); in cancel_after_notify_one() localVariable1112 let mut fut1 = Box::pin(dec(mu.clone(), cv.clone())); in cancel_after_notify_all() localVariable
1772 let mut fut1 = Box::pin(inc(mu.clone())); in cancel_before_wake() localVariable1835 let mut fut1 = Box::pin(inc(mu.clone())); in cancel_after_wake() localVariable
166 let fut1 = rwlock.write().map(|mut guard| guard.push(1)); in write_order() localVariable
167 async def coro(fut1, fut2): argument
469 def callback(fut1): argument