VideoTools
|
#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] |