OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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 1386 milliseconds