HomeSort by relevance Sort by last modified time
    Searched refs:kEvents (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/test/
cxx11_runqueue.cpp 162 static const int kEvents = 1 << 18;
170 while (pushed < kEvents || popped < kEvents) {
171 if (pushed < kEvents) {
177 if (popped < kEvents) {
190 for (int j = 1; j < kEvents; j++) {
203 for (int j = 1; j < kEvents;) {
208 while (stolen.size() && j < kEvents) {
cxx11_eventcount.cpp 82 static const int kEvents = 1 << 16;
94 for (int j = 0; j < kEvents; j++) {
111 for (int j = 0; j < kEvents; j++) {

Completed in 78 milliseconds