#include "Utility.h"
#include <mach/mach.h>
#include <mach/mach_error.h>
#include <mach/mach_time.h>
#include <sstream>
Namespaces | |
namespace | ark |
Typedefs | |
typedef semaphore_t | ark::Semaphore |
Functions | |
Semaphore | ark::CreateSemaphore () |
void | ark::DestroySemaphore (Semaphore sem) |
void | ark::SignalSemaphore (Semaphore sem) |
void | ark::WaitSemaphore (Semaphore sem, unsigned secs, unsigned nanos) |