Searched refs:workitems_pending (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/ntp/include/
H A Dntp_worker.h102 sem_ref workitems_pending; /* signalling */ member in struct:blocking_child_tag
/freebsd-11-stable/contrib/ntp/libntp/
H A Dwork_thread.c282 tickle_sem(c->workitems_pending);
334 wait_for_sem(c->workitems_pending, NULL);
747 * Childs wait on 'workitems_pending', then grabs 'sema_access'
751 * 'sema_access' and puts one unit into 'workitems_pending'.
764 c->workitems_pending = create_sema(&c->sem_table[1], 0, 0);
908 c->workitems_pending = delete_sema(c->workitems_pending);

Completed in 109 milliseconds