HomeSort by: relevance | last modified time | path
    Searched defs:fastrand (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/test/
benchmark-queue-work.c 29 static unsigned fastrand(void) { function
37 *(unsigned*)req->data = fastrand();
benchmark-million-async.c 36 static unsigned fastrand(void) { function
47 i = fastrand() % ARRAY_SIZE(container->async_handles);

Completed in 24 milliseconds