Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#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) | |
TEST | ( | TestCritSection | , |
General | ) |
TEST | ( | TestMultipleSharedSection | , |
General | ) |
TEST | ( | TestSharedSection | , |
General | ) |
TEST | ( | TestSharedSection | , |
GetSharedLockWhileTryingExclusiveLock | ) |
TEST | ( | TestSharedSection | , |
TwoCase | ) |