Gamp v0.0.7-67-g7798ac4
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
TestLatch01 Class Reference
Collaboration diagram for TestLatch01:

Public Member Functions

void test01_down_wait ()
 Testing jau::latch with set initial count value, count_down() and arrive_and_wait().
 
void test02_down_wait_for ()
 Testing jau::latch with set initial count value, count_down() and arrive_and_wait_for().
 
void test03_down_wait_for ()
 Testing jau::latch default ctor with zero value, then set initial count value, count_down() and wait_for().
 
void test04_up_wait_for ()
 Testing jau::latch with zero initial count value, count_up(), count_down() and wait().
 

Detailed Description

Definition at line 37 of file test_latch01.cpp.

Member Function Documentation

◆ test01_down_wait()

void TestLatch01::test01_down_wait ( )
inline

Testing jau::latch with set initial count value, count_down() and arrive_and_wait().

Definition at line 58 of file test_latch01.cpp.

Here is the caller graph for this function:

◆ test02_down_wait_for()

void TestLatch01::test02_down_wait_for ( )
inline

Testing jau::latch with set initial count value, count_down() and arrive_and_wait_for().

Definition at line 87 of file test_latch01.cpp.

Here is the caller graph for this function:

◆ test03_down_wait_for()

void TestLatch01::test03_down_wait_for ( )
inline

Testing jau::latch default ctor with zero value, then set initial count value, count_down() and wait_for().

Definition at line 116 of file test_latch01.cpp.

Here is the caller graph for this function:

◆ test04_up_wait_for()

void TestLatch01::test04_up_wait_for ( )
inline

Testing jau::latch with zero initial count value, count_up(), count_down() and wait().

Definition at line 149 of file test_latch01.cpp.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: