haiku/headers/private/system/posix/realtime_sem_defs.h

18 lines
353 B
C

/*
* Copyright 2008-2010, Ingo Weinhold, ingo_weinhold@gmx.de.
* Distributed under the terms of the MIT License.
*/
#ifndef SYSTEM_REALTIME_SEM_H
#define SYSTEM_REALTIME_SEM_H
#include <unistd.h>
#define MAX_POSIX_SEMS_PER_TEAM 128
#define MAX_POSIX_SEMS 1024
#define MAX_POSIX_SEM_VALUE _POSIX_SEM_VALUE_MAX
#endif // SYSTEM_REALTIME_SEM_H