dm_system_wait Function

public function dm_system_wait(pid) result(rc)

Waits for child process sets PID. Returns E_SYSTEM on error.

Arguments

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

Process id.

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