GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
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 |
Definition at line 57 of file thread-manager.cc.
|
inline |
Definition at line 61 of file thread-manager.cc.
Implements octave_base_thread_manager.
Definition at line 71 of file thread-manager.cc.
References initialized, and my_thread.
Implements octave_base_thread_manager.
Definition at line 65 of file thread-manager.cc.
References initialized, and my_thread.
|
protectedinherited |
Definition at line 46 of file thread-manager.h.
Referenced by octave_thread_manager::operator=(), and octave_thread_manager::~octave_thread_manager().
|
private |
Definition at line 81 of file thread-manager.cc.
Referenced by interrupt(), and register_current_thread().
|
private |
Definition at line 79 of file thread-manager.cc.
Referenced by interrupt(), and register_current_thread().