forked from Imagelibrary/rtems
added constant to indicate there is no mutex associated with this
condition variable
This commit is contained in:
@@ -24,6 +24,13 @@ extern "C" {
|
|||||||
#include <rtems/score/object.h>
|
#include <rtems/score/object.h>
|
||||||
#include <rtems/score/threadq.h>
|
#include <rtems/score/threadq.h>
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Constant to indicate condition variable does not currently have
|
||||||
|
* a mutex assigned to it.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#define POSIX_CONDITION_VARIABLES_NO_MUTEX 0
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Data Structure used to manage a POSIX condition variable
|
* Data Structure used to manage a POSIX condition variable
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -24,6 +24,13 @@ extern "C" {
|
|||||||
#include <rtems/score/object.h>
|
#include <rtems/score/object.h>
|
||||||
#include <rtems/score/threadq.h>
|
#include <rtems/score/threadq.h>
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Constant to indicate condition variable does not currently have
|
||||||
|
* a mutex assigned to it.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#define POSIX_CONDITION_VARIABLES_NO_MUTEX 0
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Data Structure used to manage a POSIX condition variable
|
* Data Structure used to manage a POSIX condition variable
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -24,6 +24,13 @@ extern "C" {
|
|||||||
#include <rtems/score/object.h>
|
#include <rtems/score/object.h>
|
||||||
#include <rtems/score/threadq.h>
|
#include <rtems/score/threadq.h>
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Constant to indicate condition variable does not currently have
|
||||||
|
* a mutex assigned to it.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#define POSIX_CONDITION_VARIABLES_NO_MUTEX 0
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Data Structure used to manage a POSIX condition variable
|
* Data Structure used to manage a POSIX condition variable
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user