Home
last modified time | relevance | path

Searched refs:not_yet_done (Results 1 – 3 of 3) sorted by relevance

/dports/www/py-bjoern/bjoern-3.1.0/bjoern/
H A Dserver.c42 not_yet_done = 1, enumerator
228 read_state = not_yet_done; in ev_io_on_read()
272 read_state = not_yet_done; in ev_io_on_read()
277 case not_yet_done: in ev_io_on_read()
336 case not_yet_done: in ev_io_on_write()
386 return not_yet_done; in on_write_sendfile()
391 return not_yet_done; in on_write_sendfile()
405 return not_yet_done; in on_write_chunk()
419 return not_yet_done; in on_write_chunk()
455 return not_yet_done; in on_write_chunk()
/dports/devel/nsync/nsync-1.24.0/testing/
H A Dmu_starvation_test.c34 int not_yet_done; /* threads not yet done; under control_mu */ member
41 sd->not_yet_done = threads; in starve_data_init()
77 sd->not_yet_done--; in starve_with_readers()
88 return (((const starve_data *) v)->not_yet_done == 0); in done()
193 sd->not_yet_done--; in starve_with_writer()
H A Dmu_test.c956 int not_yet_done; /* threads not yet complete, under start_done_mu */ member
964 return (((const contended_state *)v)->not_yet_done == 0); in contended_state_all_done()
989 cs->not_yet_done--; in contended_state_contend_loop()
1003 cs->not_yet_done = 4; /* number of threads */ in CLOSURE_DECL_BODY4()
1006 for (i = 0; i != cs->not_yet_done; i++) { in CLOSURE_DECL_BODY4()