Searched refs:rand_r (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Drand.c50 * threads may be calling rand_r() using a pointer to the same seed.
75 rand_r(uint_t *seed) function
91 return (rand_r(&rand_seed));
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dcmd.c66 extern int rand_r(unsigned int *);
101 random = rand_r(&seed);
/osnet-11/usr/src/lib/libdevalloc/common/
H A Dlibdevalloc.c1275 retry_sleep = rand_r(&seed)/((RAND_MAX + 2)/3) + count;
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc808 int rand_r(unsigned int *);

Completed in 28 milliseconds