Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_notification.cpp28 void WaitAndAdd(Eigen::Notification* n, int* counter) { in WaitAndAdd() function
41 std::function<void()> func = std::bind(&WaitAndAdd, &n, &counter); in test_notification_single()
65 std::function<void()> func = std::bind(&WaitAndAdd, &n, &counter); in test_notification_multiple()