|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "threads/SharedSection.h"#include "threads/SingleLock.h"#include "threads/Event.h"#include "threads/IRunnable.h"#include "threads/test/TestHelpers.h"#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 | |||
| ) |