Nebula
Loading...
Searching...
No Matches
barrier.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
19
#if (__WIN32__)
20
#include "threading/win360/win360barrier.h"
21
#elif ( __OSX__ || __APPLE__ || __linux__ )
22
#include "
threading/posix/posixbarrier.h
"
23
#else
24
#error "Barrier not implemented on this platform!"
25
#endif
26
//------------------------------------------------------------------------------
posixbarrier.h
code
foundation
threading
barrier.h
Generated on Wed Nov 13 2024 21:37:27 for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.