dm_thread_join Function

public function dm_thread_join(thread, value) result(rc)

Join POSIX thread, and optionally returns value as C pointer.

Arguments

Type IntentOptional Attributes Name
type(thread_type), intent(inout) :: thread

Thread type.

type(c_ptr), intent(out), optional :: value

Returned thread value.

Return Value integer


Calls

proc~~dm_thread_join~~CallsGraph proc~dm_thread_join dm_thread_join c_pthread_join c_pthread_join proc~dm_thread_join->c_pthread_join