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

  /src/common/lib/libc/stdlib/
random.c 68 static long random_unlocked(void);
300 (void)random_unlocked();
469 random_unlocked(void) function in typeref:typename:long
504 r = random_unlocked();
random.c 68 static long random_unlocked(void);
300 (void)random_unlocked();
469 random_unlocked(void) function in typeref:typename:long
504 r = random_unlocked();

Completed in 22 milliseconds