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

  /src/sys/modules/examples/luareadhappy/
luareadhappy.c 94 check_happy(unsigned n) function in typeref:typename:int
161 while ((rv = check_happy(++sc.last)) == 0)
  /src/sys/modules/examples/readhappy/
readhappy.c 82 check_happy(unsigned n) function in typeref:typename:int
151 while (check_happy(++sc.last) == 0)
  /src/sys/modules/examples/readhappy_mpsafe/
readhappy_mpsafe.c 94 check_happy(unsigned n) function in typeref:typename:int
194 while (check_happy(++sc.last) == 0)
  /src/tests/lib/libc/sys/
t_ptrace_wait.h 595 check_happy(unsigned n) function in typeref:typename:int __used

Completed in 14 milliseconds