Classes | |
class | TestTimeTask |
Public Member Functions | |
virtual void | setUp () |
Test initialization. More... | |
int | svc (void) |
Test finalization. More... | |
virtual void | tearDown () |
void | test_gettimeofday () |
void | test_sleep () |
void | test_sleep1 () |
void | test_sleep2 () |
void | test_sleep3 () |
void | test_usleep () |
void | test_usleep1 () |
TimeTests () | |
Constructor. More... | |
~TimeTests () | |
Destructor. More... | |
Public Member Functions inherited from coil::Task | |
virtual void | activate () |
Create a thread. More... | |
virtual void | activate () |
Create a thread. More... | |
virtual int | close (unsigned long flags=0) |
Task close. More... | |
virtual int | close (unsigned long flags=0) |
Task close. More... | |
virtual void | finalize () |
Finalizing the task. More... | |
virtual void | finalize () |
Finalizing the task. More... | |
virtual int | open (void *args=0) |
Task open. More... | |
virtual int | open (void *args=0) |
Task open. More... | |
virtual void | reset () |
Reset of task count. More... | |
virtual void | reset () |
Reset of task count. More... | |
virtual int | resume (void) |
Resuming the suspended task. More... | |
virtual int | resume (void) |
Resuming the suspended task. More... | |
virtual int | suspend (void) |
Suspending the task. More... | |
virtual int | suspend (void) |
Suspending the task. More... | |
Task () | |
Constructor. More... | |
Task () | |
Constructor. More... | |
virtual int | wait (void) |
Waiting for the thread terminate. More... | |
virtual int | wait (void) |
Waiting for the thread terminate. More... | |
virtual | ~Task () |
Destructor. More... | |
virtual | ~Task () |
Destructor. More... | |
Private Member Functions | |
CPPUNIT_TEST (test_sleep) | |
CPPUNIT_TEST (test_usleep) | |
CPPUNIT_TEST (test_gettimeofday) | |
CPPUNIT_TEST_SUITE (TimeTests) | |
CPPUNIT_TEST_SUITE_END () | |
Additional Inherited Members | |
Static Public Member Functions inherited from coil::Task | |
static void * | svc_run (void *args=0) |
Start thread Execution. More... | |
static unsigned int WINAPI | svc_run (void *args=0) |
Start thread Execution. More... | |
Definition at line 43 of file TimeTests.cpp.
|
inline |
Constructor.
Definition at line 144 of file TimeTests.cpp.
|
inline |
Destructor.
Definition at line 151 of file TimeTests.cpp.
|
private |
|
private |
|
private |
|
private |
|
private |
|
inlinevirtual |
Test initialization.
Definition at line 158 of file TimeTests.cpp.
|
inlinevirtual |
|
inlinevirtual |
Definition at line 169 of file TimeTests.cpp.
|
inline |
Definition at line 457 of file TimeTests.cpp.
|
inline |
Definition at line 183 of file TimeTests.cpp.
|
inline |
Definition at line 259 of file TimeTests.cpp.
|
inline |
Definition at line 305 of file TimeTests.cpp.
|
inline |
Definition at line 335 of file TimeTests.cpp.
|
inline |
Definition at line 381 of file TimeTests.cpp.
|
inline |
Definition at line 427 of file TimeTests.cpp.