Searched refs:kernel_notifications (Results 1 – 1 of 1) sorted by relevance
51 MaxSizeVector<Notification*>* kernel_notifications; member843 MaxSizeVector<Notification*> kernel_notifications(num_kernel_notifications,865 if (kernel_notifications[notification_id]) {866 wait_until_ready(kernel_notifications[notification_id]);867 delete kernel_notifications[notification_id];869 kernel_notifications[notification_id] = new Notification();902 wait_until_ready(kernel_notifications[future_id]);925 &kernel_notifications, // kernel notifications939 for (size_t i = 0; i < kernel_notifications.size(); ++i) {940 wait_until_ready(kernel_notifications[i]);[all …]