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

  /external/eigen/unsupported/test/
cxx11_eventcount.cpp 17 int rand_reentrant(unsigned int* s) { function
95 unsigned idx = rand_reentrant(&rnd) % kQueues;
112 unsigned idx = rand_reentrant(&rnd) % kQueues;
cxx11_runqueue.cpp 19 int rand_reentrant(unsigned int* s) { function
129 if (rand_reentrant(&rnd) % 2)
133 if (rand_reentrant(&rnd) % 2)

Completed in 317 milliseconds