GNU Octave  4.2.1
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

octave_refcount< intcount
 

Private Attributes

bool initialized
 
pthread_t my_thread
 

Detailed Description

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

Constructor & Destructor Documentation

pthread_thread_manager::pthread_thread_manager ( void  )
inline

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

Member Function Documentation

void pthread_thread_manager::interrupt ( void  )
inlinevirtual
void pthread_thread_manager::register_current_thread ( void  )
inlinevirtual

Implements octave_base_thread_manager.

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

References initialized, and my_thread.

Member Data Documentation

octave_refcount<int> octave_base_thread_manager::count
protectedinherited
bool pthread_thread_manager::initialized
private

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

Referenced by interrupt(), and register_current_thread().

pthread_t pthread_thread_manager::my_thread
private

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

Referenced by register_current_thread().


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