Searched refs:ready (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libtksh/tcl/
H A DtclAsync.c26 int ready; /* Non-zero means this handler should member in struct:AsyncHandler
46 * The variable below is set to 1 whenever a handler becomes ready and
91 asyncPtr->ready = 0;
128 ((AsyncHandler *) async)->ready = 1;
189 if (asyncPtr->ready) {
196 asyncPtr->ready = 0;
257 * The return value is 1 whenever a handler is ready and is 0
258 * when no handlers are ready.
/ast/src/cmd/ksh93/bltins/
H A Dmkservice.c133 static int ready; variable
221 while(ready < nready)
222 process_stream(pstream[ready++]);
234 nready = ready = 0;
257 ready = 1;
/ast/src/cmd/tests/cdt/
H A Dtvsharemem.c66 int ready; /* object ready to be used */ member in struct:obj_s
151 while(obj->ready == 0 )
182 while(!obj->ready) /* object must be complete before deletable */
290 /* all writers wait until they are all ready before going */
296 else /* searchers wait for everyone to be ready before going */
309 tinfo("%s %s [num=%d,pid=%d]: range=[%d,%d) ready to go", actor, type, num, pid, base, base+W_EXTENT);
337 o->ready = 1; /* tell the world that object is ready */
364 tinfo("%s %s [num=%d,pid=%d]: dtsize=%d ready t
[all...]

Completed in 14 milliseconds