GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Protected Attributes | Private Attributes | List of all members
pthread_thread_manager Class Reference
Inheritance diagram for pthread_thread_manager:
Inheritance graph
[legend]
Collaboration diagram for pthread_thread_manager:
Collaboration graph
[legend]

Public Member Functions

 pthread_thread_manager (void)
 
void interrupt (void)
 
void register_current_thread (void)
 

Protected Attributes

int count
 

Private Attributes

bool initialized
 
pthread_t my_thread
 

Detailed Description

Definition at line 57 of file thread-manager.cc.

Constructor & Destructor Documentation

pthread_thread_manager::pthread_thread_manager ( void  )
inline

Definition at line 61 of file thread-manager.cc.

Member Function Documentation

void pthread_thread_manager::interrupt ( void  )
inlinevirtual

Implements octave_base_thread_manager.

Definition at line 71 of file thread-manager.cc.

References initialized, and my_thread.

void pthread_thread_manager::register_current_thread ( void  )
inlinevirtual

Implements octave_base_thread_manager.

Definition at line 65 of file thread-manager.cc.

References initialized, and my_thread.

Member Data Documentation

int octave_base_thread_manager::count
protectedinherited
bool pthread_thread_manager::initialized
private

Definition at line 81 of file thread-manager.cc.

Referenced by interrupt(), and register_current_thread().

pthread_t pthread_thread_manager::my_thread
private

Definition at line 79 of file thread-manager.cc.

Referenced by interrupt(), and register_current_thread().


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