dm_system_wait Function

public function dm_system_wait(stat) result(pid)

Waits for child process and returns PID.

Arguments

Type IntentOptional Attributes Name
integer, intent(out) :: stat

Returned status (POSIX).

Return Value integer


Calls

proc~~dm_system_wait~~CallsGraph proc~dm_system_wait dm_system_wait c_wait c_wait proc~dm_system_wait->c_wait