Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
TestSharedSection.cpp File Reference
#include "threads/Event.h"
#include "threads/IRunnable.h"
#include "threads/SharedSection.h"
#include "threads/test/TestHelpers.h"
#include <mutex>
#include <shared_mutex>
#include <stdio.h>

Classes

class  locker< L >
 

Functions

 TEST (TestCritSection, General)
 
 TEST (TestSharedSection, General)
 
 TEST (TestSharedSection, GetSharedLockWhileTryingExclusiveLock)
 
 TEST (TestSharedSection, TwoCase)
 
 TEST (TestMultipleSharedSection, General)
 

Function Documentation

◆ TEST() [1/5]

TEST ( TestCritSection ,
General  )

◆ TEST() [2/5]

TEST ( TestMultipleSharedSection ,
General  )

◆ TEST() [3/5]

TEST ( TestSharedSection ,
General  )

◆ TEST() [4/5]

TEST ( TestSharedSection ,
GetSharedLockWhileTryingExclusiveLock  )

◆ TEST() [5/5]

TEST ( TestSharedSection ,
TwoCase  )