VideoTools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gsemaphore_posix.cpp File Reference
#include "gdef.h"
#include "gsemaphore.h"
#include "gprocess.h"
#include "gassert.h"
#include <semaphore.h>
#include <errno.h>

Go to the source code of this file.

Typedefs

typedef char static_assert_sem_t_fits_in_storage_type [sizeof(sem_t)<=sizeof(G::Semaphore::storage_type)?1:-1]