#include <plugin_utils.h>
|
enum | thread_state_enum {
THREAD_NONE = 0
, THREAD_CREATED
, THREAD_INIT
, THREAD_RUNNING
,
THREAD_TERMINATED
, THREAD_END
, THREAD_NONE = 0
, THREAD_CREATED
,
THREAD_INIT
, THREAD_RUNNING
, THREAD_TERMINATED
, THREAD_END
} |
| Maintains thread status. More...
|
|
enum | thread_state_enum {
THREAD_NONE = 0
, THREAD_CREATED
, THREAD_INIT
, THREAD_RUNNING
,
THREAD_TERMINATED
, THREAD_END
, THREAD_NONE = 0
, THREAD_CREATED
,
THREAD_INIT
, THREAD_RUNNING
, THREAD_TERMINATED
, THREAD_END
} |
|
◆ thread_state_enum [1/2]
Maintains thread status.
Enumerator |
---|
THREAD_NONE | THREAD_NOT_CREATED.
|
THREAD_CREATED | THREAD_CREATED.
|
THREAD_INIT | THREAD_INIT.
|
THREAD_RUNNING | THREAD_RUNNING.
|
THREAD_TERMINATED | THREAD_EXIT.
|
THREAD_END | END OF ENUM.
|
THREAD_NONE | THREAD_NOT_CREATED.
|
THREAD_CREATED | THREAD_CREATED.
|
THREAD_INIT | THREAD_INIT.
|
THREAD_RUNNING | THREAD_RUNNING.
|
THREAD_TERMINATED | THREAD_EXIT.
|
THREAD_END | END OF ENUM.
|
◆ thread_state_enum [2/2]
Enumerator |
---|
THREAD_NONE | THREAD_NOT_CREATED.
|
THREAD_CREATED | THREAD_CREATED.
|
THREAD_INIT | THREAD_INIT.
|
THREAD_RUNNING | THREAD_RUNNING.
|
THREAD_TERMINATED | THREAD_EXIT.
|
THREAD_END | END OF ENUM.
|
THREAD_NONE | THREAD_NOT_CREATED.
|
THREAD_CREATED | THREAD_CREATED.
|
THREAD_INIT | THREAD_INIT.
|
THREAD_RUNNING | THREAD_RUNNING.
|
THREAD_TERMINATED | THREAD_EXIT.
|
THREAD_END | END OF ENUM.
|
◆ thread_state() [1/2]
thread_state::thread_state |
( |
| ) |
|
|
inline |
◆ thread_state() [2/2]
thread_state::thread_state |
( |
| ) |
|
|
inline |
◆ is_alive_not_running() [1/2]
bool thread_state::is_alive_not_running |
( |
| ) |
const |
|
inline |
◆ is_alive_not_running() [2/2]
bool thread_state::is_alive_not_running |
( |
| ) |
const |
|
inline |
◆ is_initialized() [1/2]
bool thread_state::is_initialized |
( |
| ) |
const |
|
inline |
◆ is_initialized() [2/2]
bool thread_state::is_initialized |
( |
| ) |
const |
|
inline |
◆ is_running() [1/2]
bool thread_state::is_running |
( |
| ) |
const |
|
inline |
◆ is_running() [2/2]
bool thread_state::is_running |
( |
| ) |
const |
|
inline |
◆ is_thread_alive() [1/2]
bool thread_state::is_thread_alive |
( |
| ) |
const |
|
inline |
◆ is_thread_alive() [2/2]
bool thread_state::is_thread_alive |
( |
| ) |
const |
|
inline |
◆ is_thread_dead() [1/2]
bool thread_state::is_thread_dead |
( |
| ) |
const |
|
inline |
◆ is_thread_dead() [2/2]
bool thread_state::is_thread_dead |
( |
| ) |
const |
|
inline |
◆ set_created() [1/2]
void thread_state::set_created |
( |
| ) |
|
|
inline |
◆ set_created() [2/2]
void thread_state::set_created |
( |
| ) |
|
|
inline |
◆ set_initialized() [1/2]
void thread_state::set_initialized |
( |
| ) |
|
|
inline |
◆ set_initialized() [2/2]
void thread_state::set_initialized |
( |
| ) |
|
|
inline |
◆ set_running() [1/2]
void thread_state::set_running |
( |
| ) |
|
|
inline |
◆ set_running() [2/2]
void thread_state::set_running |
( |
| ) |
|
|
inline |
◆ set_terminated() [1/2]
void thread_state::set_terminated |
( |
| ) |
|
|
inline |
◆ set_terminated() [2/2]
void thread_state::set_terminated |
( |
| ) |
|
|
inline |
◆ thread_state_var
The documentation for this struct was generated from the following files: