Symbol: check_happy
sys/modules/examples/luareadhappy/luareadhappy.c
161
while ((rv = check_happy(++sc.last)) == 0)
sys/modules/examples/readhappy/readhappy.c
151
while (check_happy(++sc.last) == 0)
sys/modules/examples/readhappy_mpsafe/readhappy_mpsafe.c
194
while (check_happy(++sc.last) == 0)
tests/lib/libc/sys/t_ptrace_step_wait.h
75
happy = check_happy(999);
tests/lib/libc/sys/t_ptrace_step_wait.h
80
FORKEE_ASSERT_EQ(happy, check_happy(999));
tests/lib/libc/sys/t_ptrace_threads_wait.h
692
check_happy(watchme);
tests/lib/libc/sys/t_ptrace_x86_wait.h
1132
printf("check_happy(%d)=%d\n", watchme, check_happy(watchme));
tests/lib/libc/sys/t_ptrace_x86_wait.h
1154
r1.dr[0] = (long)(intptr_t)check_happy;
tests/lib/libc/sys/t_ptrace_x86_wait.h
1189
DPRINTF("Remove code trap from check_happy=%p\n", check_happy);
tests/lib/libc/sys/t_ptrace_x86_wait.h
1264
printf("check_happy(%d)=%d\n", watchme, check_happy(watchme));
tests/lib/libc/sys/t_ptrace_x86_wait.h
1286
r1.dr[1] = (long)(intptr_t)check_happy;
tests/lib/libc/sys/t_ptrace_x86_wait.h
1321
DPRINTF("Remove code trap from check_happy=%p\n", check_happy);
tests/lib/libc/sys/t_ptrace_x86_wait.h
1396
printf("check_happy(%d)=%d\n", watchme, check_happy(watchme));
tests/lib/libc/sys/t_ptrace_x86_wait.h
1418
r1.dr[2] = (long)(intptr_t)check_happy;
tests/lib/libc/sys/t_ptrace_x86_wait.h
1453
DPRINTF("Remove code trap from check_happy=%p\n", check_happy);
tests/lib/libc/sys/t_ptrace_x86_wait.h
1528
printf("check_happy(%d)=%d\n", watchme, check_happy(watchme));
tests/lib/libc/sys/t_ptrace_x86_wait.h
1550
r1.dr[3] = (long)(intptr_t)check_happy;
tests/lib/libc/sys/t_ptrace_x86_wait.h
1585
DPRINTF("Remove code trap from check_happy=%p\n", check_happy);
tests/lib/libc/sys/t_ptrace_x86_wait.h
1682
r1.dr[reg] = (long)(intptr_t)check_happy;
tests/lib/libc/sys/t_ptrace_x86_wait.h
1839
r1.dr[reg] = (long)(intptr_t)check_happy;
tests/lib/libc/sys/t_ptrace_x86_wait.h
4394
r.dr[0] = (long)(intptr_t)check_happy;