Searched refs:INTHREAD (Results 1 - 23 of 23) sorted by relevance

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cancel/
H A D1-1.c33 # define INTHREAD 0 /* Control going to or is already for Thread */ macro
80 sem1=INTHREAD;
92 while(sem1==INTHREAD)
103 sem1=INTHREAD;
107 while(cleanup_flag==INTHREAD)
H A D1-2.c33 # define INTHREAD 0 /* Control going to or is already for Thread */ macro
77 sem1=INTHREAD;
89 while(sem1==INTHREAD)
100 sem1=INTHREAD;
H A D1-3.c39 # define INTHREAD 0 /* Control going to or is already for Thread */ macro
94 sem1=INTHREAD;
113 while(sem1==INTHREAD)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_exit/
H A D1-1.c28 # define INTHREAD 0 /* Control going to or is already for Thread */ macro
48 sem=INTHREAD;
58 while(sem==INTHREAD)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_join/
H A D2-1.c29 # define INTHREAD 0 /* Control going to or is already for Thread */ macro
49 sem=INTHREAD;
59 while(sem==INTHREAD)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cleanup_pop/
H A D1-1.c30 # define INTHREAD 0 macro
66 sem1=INTHREAD;
77 while(sem1==INTHREAD)
88 sem1=INTHREAD;
H A D1-2.c30 # define INTHREAD 0 macro
66 sem1=INTHREAD;
77 while(sem1==INTHREAD)
88 sem1=INTHREAD;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cleanup_push/
H A D1-2.c36 # define INTHREAD 0 /* Control going to or is already for Thread */ macro
62 * sets sem1==INTHREAD */
84 sem1=INTHREAD;
96 while(sem1==INTHREAD)
107 sem1=INTHREAD;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_kill/
H A D1-1.c11 Using two global values of sem1 (INTHREAD and INMAIN), we are going to
14 INTHREAD and keeps looping until sem1 gets changed back to INMAIN, the
17 changed back to INTHREAD, the main() function will be exclusively
44 # define INTHREAD 0 macro
81 sem1=INTHREAD;
89 while(sem1==INTHREAD)
98 sem1=INTHREAD;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_setcancelstate/
H A D1-1.c31 # define INTHREAD 0 /* Control going to or is already for Thread */ macro
51 * sets sem1==INTHREAD. */
71 sem1=INTHREAD;
83 while(sem1==INTHREAD)
94 sem1=INTHREAD;
H A D1-2.c31 # define INTHREAD 0 /* Control going to or is already for Thread */ macro
49 * sets sem1==INTHREAD. */
70 sem1=INTHREAD;
82 while(sem1==INTHREAD)
93 sem1=INTHREAD;
H A D2-1.c26 # define INTHREAD 0 /* Control going to or is already for Thread */ macro
46 * sets sem1==INTHREAD. */
66 sem1=INTHREAD;
78 while(sem1==INTHREAD)
89 sem1=INTHREAD;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_testcancel/
H A D2-1.c27 # define INTHREAD 0 /* Control going to or is already for Thread */ macro
45 * sets sem1==INTHREAD. */
66 sem1=INTHREAD;
78 while(sem1==INTHREAD)
89 sem1=INTHREAD;
H A D1-1.c38 # define INTHREAD 0 /* Control going to or is already for Thread */ macro
93 sem1=INTHREAD;
112 while(sem1==INTHREAD)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_setcanceltype/
H A D1-1.c34 # define INTHREAD 0 /* Control going to or is already for Thread */ macro
85 sem1=INTHREAD;
104 while(sem1==INTHREAD)
H A D2-1.c34 # define INTHREAD 0 /* Control going to or is already for Thread */ macro
88 sem1=INTHREAD;
107 while(sem1==INTHREAD)
H A D1-2.c38 # define INTHREAD 0 /* Control going to or is already for Thread */ macro
93 sem1=INTHREAD;
112 while(sem1==INTHREAD)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigpause/
H A D3-1.c29 #define INTHREAD 0 macro
88 sem = INTHREAD;
89 while (sem == INTHREAD)
H A D2-1.c40 #define INTHREAD 1 macro
100 sem = INTHREAD;
101 while (sem == INTHREAD)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_attr_init/
H A D2-1.c31 # define INTHREAD 0 /* Control going to or is already for Thread */ macro
40 sem1=INTHREAD;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_spin_unlock/
H A D3-1.c36 #define INTHREAD 0 macro
83 sem = INTHREAD;
94 while(sem == INTHREAD)
106 sem = INTHREAD;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_create/
H A D3-1.c30 # define INTHREAD 0 /* Control going to or is already for Thread */ macro
38 sem1=INTHREAD;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mq_timedsend/
H A D12-1.c43 #define INTHREAD 0 macro
120 sem = INTHREAD;
136 sem = INTHREAD;
145 while(sem==INTHREAD)
169 if(sem==INTHREAD)

Completed in 132 milliseconds