|
commore
1.0.6-SNAPSHOT
|
#include <Thread.h>
Public Member Functions | |
| ThreadContext () | |
| ~ThreadContext () | |
| void * | get_value () |
| bool | set_value (void *v) |
| bool | is_valid () const |
| bool | isValid () const |
| bool | is_used () const |
| bool | isUsed () const |
Simple Thread Context commore implementation Allow to manage private thread data
| ThreadContext::ThreadContext | ( | ) |
| ThreadContext::~ThreadContext | ( | ) |
| void * ThreadContext::get_value | ( | ) |
| bool ThreadContext::is_used | ( | ) | const |
| bool ThreadContext::is_valid | ( | ) | const |
| bool ThreadContext::isUsed | ( | ) | const |
| bool ThreadContext::isValid | ( | ) | const |
| bool ThreadContext::set_value | ( | void * | v | ) |
Asociate data to thread context