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

  /src/tests/lib/libc/sys/
t_ptrace_threads_wait.h 689 static volatile int watchme = 1; local in function:thread_concurrent_breakpoint_thread
692 check_happy(watchme);
t_ptrace_threads_wait.h 689 static volatile int watchme = 1; local in function:thread_concurrent_breakpoint_thread
692 check_happy(watchme);
t_ptrace_x86_wait.h 135 int watchme; local in function:dbreg_preserve
174 r1.dr[reg] = (long)(intptr_t)&watchme;
387 volatile int watchme = 0; local in function:dbregs_trap_variable
432 watchme = 1;
434 printf("watchme=%d\n", watchme);
456 r1.dr[reg] = (long)(intptr_t)&watchme;
1107 volatile int watchme = 1; local in function:ATF_TC_BODY
1132 printf("check_happy(%d)=%d\n", watchme, check_happy(watchme));
1239 volatile int watchme = 1; local in function:ATF_TC_BODY
1371 volatile int watchme = 1; local in function:ATF_TC_BODY
1503 volatile int watchme = 1; local in function:ATF_TC_BODY
    [all...]
t_ptrace_x86_wait.h 135 int watchme; local in function:dbreg_preserve
174 r1.dr[reg] = (long)(intptr_t)&watchme;
387 volatile int watchme = 0; local in function:dbregs_trap_variable
432 watchme = 1;
434 printf("watchme=%d\n", watchme);
456 r1.dr[reg] = (long)(intptr_t)&watchme;
1107 volatile int watchme = 1; local in function:ATF_TC_BODY
1132 printf("check_happy(%d)=%d\n", watchme, check_happy(watchme));
1239 volatile int watchme = 1; local in function:ATF_TC_BODY
1371 volatile int watchme = 1; local in function:ATF_TC_BODY
1503 volatile int watchme = 1; local in function:ATF_TC_BODY
    [all...]

Completed in 48 milliseconds