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

  /src/lib/libc/stdlib/
rand_r.c 1 /* $NetBSD: rand_r.c,v 1.6 2012/06/25 22:32:45 abs Exp $ */
37 __RCSID("$NetBSD: rand_r.c,v 1.6 2012/06/25 22:32:45 abs Exp $");
46 rand_r(unsigned int *seed) function
  /src/external/lgpl2/userspace-rcu/dist/tests/common/
compat-rand.h 10 * Userspace RCU library - rand/rand_r Compatibility Header
13 * use the 'rand_r(...)' system function across multiple platforms,
24 static inline int rand_r(unsigned int *seed) function

Completed in 15 milliseconds