jaulib v1.3.6
Jau Support Library (C++, Java, ..)
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 39 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 60 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 89 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 118 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 151 of file test_latch01.cpp.

Here is the caller graph for this function:

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