|
ui-utilcpp
1.8.3
|
Simple encapsulation of fork(2) using common thread syntax. More...
#include <Thread.hpp>


Public Member Functions | |
| void | start () |
| Spawn thread. | |
Public Member Functions inherited from UI::Util::ProcessThread | |
| bool | isRunning () |
| pid_t | getPID () const |
| Get PID of running "thread". | |
| int | wait () |
| Wait for this "thread", and return the process' exit status. More... | |
| int | getStatus () const |
| Get status of last run. | |
Additional Inherited Members | |
Public Types inherited from UI::Util::ProcessThread | |
| enum | ReservedStatus { NotRunYet_ = 255, Running_ = 254, WaitpidErr_ = 253, KilledByUncatchedSignal_ = 252 } |
| Reserved exit status'. Do not use these as return codes in your run()-functions. More... | |
Protected Member Functions inherited from UI::Util::ProcessThread | |
| virtual int | run ()=0 |
Protected Attributes inherited from UI::Util::ProcessThread | |
| pid_t | pid_ |
| int | status_ |
Simple encapsulation of fork(2) using common thread syntax.
1.8.9.1