Searched refs:subscriptions (Results 1 – 7 of 7) sorted by relevance
25 let mut subscriptions = r#in.to_vec(); in poll_oneoff_with_retry() localVariable27 while !subscriptions.is_empty() { in poll_oneoff_with_retry()29 out.resize_with(subscriptions.len(), || { in poll_oneoff_with_retry()33 subscriptions.as_ptr(), in poll_oneoff_with_retry()35 subscriptions.len(), in poll_oneoff_with_retry()44 subscriptions.retain(|sub| !out.iter().any(|event| event.userdata == sub.userdata)); in poll_oneoff_with_retry()
2100 let subscriptions = unsafe { slice::from_raw_parts(r#in, nsubscriptions) }; in poll_oneoff() localVariable2144 for subscription in subscriptions { in poll_oneoff()2246 let subscription = unsafe { *subscriptions.as_ptr().add(*subscription as usize) }; in poll_oneoff()
432 ;;; Both the number of subscriptions and events.
434 ;;; Both the number of subscriptions and events.
437 ;;; Both the number of subscriptions and events.