Searched defs:should_notify (Results 1 – 5 of 5) sorted by relevance
1066 let should_notify = queue.items.len() == max_queue_size; in consumer_thread() localVariable1090 let should_notify = { in producer_thread() localVariable1098 let should_notify = queue.items.is_empty(); in producer_thread() localVariable
111 bool should_notify = false; in ProcessDnsTransactionResults() local
341 pub fn should_notify(&self) -> bool { in should_notify() method
1086 let should_notify = if is_yield || !core.lifo_enabled { in schedule_local() localVariable
43275 u8 should_notify: 1; member