Home
last modified time | relevance | path

Searched refs:WaitFlags (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/basic/
Dprocess-util.h55 typedef enum WaitFlags { enum
61 } WaitFlags; typedef
63 int wait_for_terminate_and_check(const char *name, pid_t pid, WaitFlags flags);
Dprocess-util.c739 int wait_for_terminate_and_check(const char *name, pid_t pid, WaitFlags flags) { in wait_for_terminate_and_check()