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

  /src/common/lib/libc/stdlib/
random.c 67 static void srandom_unlocked(unsigned int);
267 srandom_unlocked(unsigned int x) function in typeref:typename:void
309 srandom_unlocked(x);
380 srandom_unlocked(seed);
random.c 67 static void srandom_unlocked(unsigned int);
267 srandom_unlocked(unsigned int x) function in typeref:typename:void
309 srandom_unlocked(x);
380 srandom_unlocked(seed);

Completed in 21 milliseconds