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

/dovecot/src/lib/
H A Dchild-wait.h5 struct child_wait *wait; member in struct:child_wait_status
24 void child_wait_free(struct child_wait **wait);
26 void child_wait_add_pid(struct child_wait *wait, pid_t pid);
27 void child_wait_remove_pid(struct child_wait *wait, pid_t pid);
H A Dchild-wait.c6 #include "child-wait.h"
8 #include <sys/wait.h>
19 /* pid_t => wait */
27 struct child_wait *wait; local
29 wait = i_new(struct child_wait, 1);
30 wait->callback = callback;
31 wait->context = context;
34 child_wait_add_pid(wait, pid);
35 return wait;
40 struct child_wait *wait local
63 child_wait_add_pid(struct child_wait *wait, pid_t pid) argument
69 child_wait_remove_pid(struct child_wait *wait, pid_t pid) argument
[all...]
/dovecot/src/plugins/welcome/
H A Dwelcome-plugin.c25 static void script_execute(struct mail_user *user, const char *cmd, bool wait) argument
33 i_debug("welcome: Executing %s (wait=%d)", cmd, wait ? 1 : 0);
57 if (!wait)
71 else if (wait) {
93 and wait until open() time to actually run it */
106 bool wait = mail_user_plugin_getenv_bool(box->storage->user, local
108 script_execute(box->storage->user, cmd, wait);
/dovecot/src/lib-dict/
H A Ddict-private.h12 void (*wait)(struct dict *dict); member in struct:dict_vfuncs
/dovecot/src/master/
H A Dservice-monitor.c19 #include <sys/wait.h>
127 /* we've probably wait()ed it away already. ignore */
291 wait until there are more processes available */
620 now wait for the children to either die or to tell that
632 /* SIGQUITs were sent. wait a little bit to make sure they're
638 void services_monitor_stop(struct service_list *service_list, bool wait) argument
645 if (wait)
H A Dservice.c631 void services_destroy(struct service_list *service_list, bool wait) argument
637 services_monitor_stop(service_list, wait);
/dovecot/src/director/
H A Ddoveadm-connection.c851 bool wait = TRUE; local
859 wait = FALSE;
870 if (wait) {
871 /* we have work to do, wait until it finishes */
888 bool wait = TRUE; local
897 wait = FALSE;
909 if (wait) {
910 /* we have work to do, wait until it finishes */
990 /* wait for ring to be synced before running the command */

Completed in 14 milliseconds