Home
last modified time | relevance | path

Searched refs:kernel_notifications (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionThreadPool.h51 MaxSizeVector<Notification*>* kernel_notifications; member
843 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 notifications
939 for (size_t i = 0; i < kernel_notifications.size(); ++i) {
940 wait_until_ready(kernel_notifications[i]);
[all …]