Scrambler  1
ThreadDeclarations Module Reference

Module containing variables related to threading. More...

+ Collaboration diagram for ThreadDeclarations:

List of all members.

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

Detailed Description

Module containing variables related to threading.

Definition at line 32 of file thread_declarations.f90.


Member Data Documentation

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.


The documentation for this module was generated from the following file:
 All Classes Files Functions Variables