Scrambler
1
|
Module containing variables related to threading. More...
Data Types | |
type | IntStatusPointer |
Data type used to pass a pointer to a pointer to the c wrapper. More... | |
Public Attributes | |
TYPE(fpthread), dimension(:), allocatable | thread_id |
TYPE(fpthread) | control_thread |
TYPE(fpthread_attr), dimension(:), allocatable | thread_attr |
INTEGER, dimension(:), allocatable | thread_status |
INTEGER, dimension(:), allocatable | thread_args |
INTEGER, dimension(:), allocatable | thread_priority |
Module containing variables related to threading.
Definition at line 32 of file thread_declarations.f90.
TYPE(fpthread), dimension(:), allocatable thread_id |
Definition at line 35 of file thread_declarations.f90.
TYPE(fpthread) control_thread |
Definition at line 36 of file thread_declarations.f90.
TYPE(fpthread_attr), dimension(:), allocatable thread_attr |
Definition at line 37 of file thread_declarations.f90.
INTEGER, dimension(:), allocatable thread_status |
Definition at line 42 of file thread_declarations.f90.
INTEGER, dimension(:), allocatable thread_args |
Definition at line 42 of file thread_declarations.f90.
INTEGER, dimension(:), allocatable thread_priority |
Definition at line 42 of file thread_declarations.f90.