Home
last modified time | relevance | path

Searched refs:global (Results 1 – 3 of 3) sorted by relevance

/nptl/
A Dtst-sched1.c24 static int global; variable
29 global = 1; in tf()
85 if (global == 0) in do_test()
A Dtst-cleanup4.c37 static int global; variable
51 global *= val; in clh()
52 global += val; in clh()
157 global = 0; in do_test()
190 if (global != expect[i]) in do_test()
192 printf ("global = %d, expected %d\n", global, expect[i]); in do_test()
A Dtst-context1.c131 static volatile int global; variable
159 if (++global == 1) in do_test()
165 if (global != 2) in do_test()

Completed in 6 milliseconds