Jamie Reece Wilson
7ce89a143f
[+] (shorthand) AuMutex [+] (shorthand) AuSemaphore [+] (shorthand) AuRWRenterableLock [+] (shorthand) AuRenterableMutex [+] (shorthand) AuRWLock [+] (shorthand) AuCond [+] (shorthand) AuCondMutex [+] (shorthand) AuSpinLock [+] (shorthand) AuFutexCond
14 lines
319 B
C++
14 lines
319 B
C++
/***
|
|
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
|
|
|
File: Waitables.hpp
|
|
Date: 2021-6-10
|
|
Author: Reece
|
|
***/
|
|
#pragma once
|
|
|
|
#include "CBWaitable.hpp"
|
|
#include "BooleanWaitable.hpp"
|
|
#include "FutexWaitable.hpp"
|
|
#include "FutexSemaphoreWaitable.hpp"
|
|
#include "FutexCondWaitable.hpp" |