Lines Matching defs:num

17     let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap();  in test_poll_channel_edge()  localVariable
24 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge() localVariable
32 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge() localVariable
39 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge() localVariable
46 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge() localVariable
59 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge() localVariable
82 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot() localVariable
89 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot() localVariable
97 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot() localVariable
104 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot() localVariable
111 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot() localVariable
119 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot() localVariable
133 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot() localVariable
139 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot() localVariable
152 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_level() localVariable
160 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_level() localVariable
172 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_level() localVariable
185 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_writable() localVariable
192 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_writable() localVariable
211 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_dropping_receive_before_poll() localVariable
273 let num = poll.poll(&mut events, None).unwrap(); in test_sending_from_other_thread_while_polling() localVariable