KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_kigit_orphan_registry.cpp File Reference
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <git/kigit_orphan_registry.h>
#include <atomic>
#include <chrono>
#include <condition_variable>
#include <mutex>
#include <thread>

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (JoinAllCompletesFastWork)
 
 BOOST_AUTO_TEST_CASE (JoinAllTimesOutOnStuckWork)
 
 BOOST_AUTO_TEST_CASE (DestructorDetachesOutstandingThreads)
 
 BOOST_AUTO_TEST_CASE (RegisterReapsFinishedEntries)
 
 BOOST_AUTO_TEST_CASE (RegisterRejectsAfterJoinAll)
 
 BOOST_AUTO_TEST_CASE (MoveOnlyWorkIsAccepted)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/6]

BOOST_AUTO_TEST_CASE ( DestructorDetachesOutstandingThreads )

Definition at line 111 of file test_kigit_orphan_registry.cpp.

References KIGIT_ORPHAN_REGISTRY::Register().

◆ BOOST_AUTO_TEST_CASE() [2/6]

◆ BOOST_AUTO_TEST_CASE() [3/6]

BOOST_AUTO_TEST_CASE ( JoinAllTimesOutOnStuckWork )

◆ BOOST_AUTO_TEST_CASE() [4/6]

BOOST_AUTO_TEST_CASE ( MoveOnlyWorkIsAccepted )

◆ BOOST_AUTO_TEST_CASE() [5/6]

BOOST_AUTO_TEST_CASE ( RegisterReapsFinishedEntries )

◆ BOOST_AUTO_TEST_CASE() [6/6]

BOOST_AUTO_TEST_CASE ( RegisterRejectsAfterJoinAll )