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

  /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/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_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_step_wait.h 75 happy = check_happy(999);
80 FORKEE_ASSERT_EQ(happy, check_happy(999));
t_ptrace_x86_wait.h 1132 printf("check_happy(%d)=%d\n", watchme, check_happy(watchme));
1154 r1.dr[0] = (long)(intptr_t)check_happy;
1189 DPRINTF("Remove code trap from check_happy=%p\n", check_happy);
1264 printf("check_happy(%d)=%d\n", watchme, check_happy(watchme));
1286 r1.dr[1] = (long)(intptr_t)check_happy;
1321 DPRINTF("Remove code trap from check_happy=%p\n", check_happy);
    [all...]
t_ptrace_wait.h 595 check_happy(unsigned n) function in typeref:typename:int __used
t_ptrace_threads_wait.h 692 check_happy(watchme);

Completed in 64 milliseconds