Lines Matching defs:done
165 int done;
212 * close one end of the socket pair (may be done in resolver thread);
235 /* Treat the request as done until the thread actually starts so any early
236 * cleanup gets done properly.
238 tsd->done = 1;
416 if(tsd->done) {
434 tsd->done = 1;
474 if(tsd->done) {
491 tsd->done = 1;
517 if(tsd->done) {
524 tsd->done = 1;
540 int done;
551 done = td->tsd.done;
552 td->tsd.done = 1;
555 if(!done) {
595 * resolve. This function returns before the resolve is done.
612 asp->done = FALSE;
632 td->tsd.done = 0;
653 /* failed to start, mark it as done here for proper cleanup. */
654 td->tsd.done = 1;
676 /* The thread never started, so mark it as done here for proper cleanup. */
677 td->tsd.done = 1;
728 data->state.async.done = TRUE;
792 int done = 0;
803 done = td->tsd.done;
806 if(done) {
818 /* poll for name lookup done with exponential backoff up to 250ms */