Searched defs:alive (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsuspend.c68 PRInt32 alive; variable
106 alive--;
136 alive = 0;
139 alive = count;
150 alive--;
170 while (alive) {
H A Dio_timeout.c75 PRInt32 *alive; member in struct:threadInfo
99 printf("thread %d is alive\n", info->id);
176 (*info->alive)--;
193 PRInt32 alive; local
200 alive = num_threads;
208 info->alive = &alive;
225 alive--;
231 while(alive) {
233 printf("main loop awake; alive
[all...]
H A Dio_timeoutk.c69 PRInt32 *alive; member in struct:threadInfo
86 if (debug_mode) printf("thread %d is alive\n", info->id);
133 (*info->alive)--;
147 PRInt32 alive; local
153 alive = num_threads;
161 info->alive = &alive;
174 alive--;
180 while(alive) {
181 if (debug_mode) printf("main loop awake; alive
[all...]
H A Dio_timeoutu.c70 PRInt32 *alive; member in struct:threadInfo
85 if (debug_mode) printf("thread %d is alive\n", info->id);
134 (*info->alive)--;
148 PRInt32 alive; local
154 alive = num_threads;
162 info->alive = &alive;
175 alive--;
181 while(alive) {
182 if (debug_mode) printf("main loop awake; alive
[all...]
H A Dthreads.c53 PRInt32 count, iterations, alive; variable
90 alive--;
100 alive = 0;
103 alive = count;
118 alive--;
126 while (alive) {
H A Dcvar.c171 static int alive; variable
187 --alive;
202 --alive;
214 alive = 2;
234 while (alive) {
H A Dperf.c172 static int alive; variable
193 --alive;
217 --alive;
228 alive = 2;
261 while (alive) {
305 --alive;
323 alive = 2;
358 while (alive) {

Completed in 1551 milliseconds