MONC
Private Attributes | List of all members
threadpool_mod::threaded_procedure_container_type Type Reference

Wraps the thread procedure with the call itself and the data to pass to it. More...

Private Attributes

procedure(thread_procedure), pointer, nopass proc
 
integer, dimension(:), allocatable arguments
 
character, dimension(:), allocatable data_buffer
 

Detailed Description

Wraps the thread procedure with the call itself and the data to pass to it.

Definition at line 28 of file threadpool.F90.

Member Data Documentation

◆ arguments

integer, dimension(:), allocatable threadpool_mod::threaded_procedure_container_type::arguments
private

Definition at line 30 of file threadpool.F90.

30  integer, dimension(:), allocatable :: arguments

◆ data_buffer

character, dimension(:), allocatable threadpool_mod::threaded_procedure_container_type::data_buffer
private

Definition at line 31 of file threadpool.F90.

31  character, dimension(:), allocatable :: data_buffer

◆ proc

procedure(thread_procedure), pointer, nopass threadpool_mod::threaded_procedure_container_type::proc
private

Definition at line 29 of file threadpool.F90.

29  procedure(thread_procedure), pointer, nopass :: proc

The documentation for this type was generated from the following file: