Searched refs:wait_completion (Results 1 - 10 of 10) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | os_none.c | 245 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec() argument
|
H A D | os_internal.c | 511 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec() argument 556 if (wait_completion) { in os_exec()
|
H A D | os_win32.c | 282 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec() argument
|
H A D | os_unix.c | 791 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec() argument 836 if (wait_completion) { in os_exec()
|
H A D | os.h | 634 * @wait_completion: Whether to wait until the program execution completes 637 int os_exec(const char *program, const char *arg, int wait_completion);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | os_none.c | 245 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec() argument
|
H A D | os_internal.c | 517 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec() argument 562 if (wait_completion) { in os_exec()
|
H A D | os_win32.c | 282 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec() argument
|
H A D | os_unix.c | 802 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec() argument 847 if (wait_completion) { in os_exec()
|
H A D | os.h | 634 * @wait_completion: Whether to wait until the program execution completes 637 int os_exec(const char *program, const char *arg, int wait_completion);
|
Completed in 11 milliseconds