HomeSort by relevance Sort by last modified time
    Searched defs:called (Results 101 - 125 of 212) sorted by null

1 2 3 45 6 7 8 9

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
23-8.c 83 int called = 0; variable
89 called++;
91 if (called == 2) {
95 if (called == 1) {
118 called++;
155 while (called != 4)
23-9.c 83 int called = 0; variable
89 called++;
91 if (called == 2) {
95 if (called == 1) {
118 called++;
155 while (called != 4)
28-1.c 47 static volatile sig_atomic_t called = 1; variable
51 called++;
56 called--;
100 if (called != 0) {
121 if (called != 1) {
28-10.c 47 static volatile sig_atomic_t called = 1; variable
51 called++;
56 called--;
100 if (called != 0) {
121 if (called != 1) {
28-11.c 47 static volatile sig_atomic_t called = 1; variable
51 called++;
56 called--;
100 if (called != 0) {
121 if (called != 1) {
28-12.c 47 static volatile sig_atomic_t called = 1; variable
51 called++;
56 called--;
100 if (called != 0) {
121 if (called != 1) {
28-13.c 47 static volatile sig_atomic_t called = 1; variable
51 called++;
56 called--;
100 if (called != 0) {
121 if (called != 1) {
28-14.c 47 static volatile sig_atomic_t called = 1; variable
51 called++;
56 called--;
100 if (called != 0) {
121 if (called != 1) {
28-15.c 47 static volatile sig_atomic_t called = 1; variable
51 called++;
56 called--;
100 if (called != 0) {
121 if (called != 1) {
28-16.c 47 static volatile sig_atomic_t called = 1; variable
51 called++;
56 called--;
100 if (called != 0) {
121 if (called != 1) {