forked from Imagelibrary/rtems
CORE_mutex_Status: added CORE_MUTEX_STATUS_CEILING_VIOLATED to enum
This commit is contained in:
@@ -59,7 +59,8 @@ typedef enum {
|
||||
CORE_MUTEX_STATUS_NESTING_NOT_ALLOWED,
|
||||
CORE_MUTEX_STATUS_NOT_OWNER_OF_RESOURCE,
|
||||
CORE_MUTEX_WAS_DELETED,
|
||||
CORE_MUTEX_TIMEOUT
|
||||
CORE_MUTEX_TIMEOUT,
|
||||
CORE_MUTEX_STATUS_CEILING_VIOLATED
|
||||
} CORE_mutex_Status;
|
||||
|
||||
/*
|
||||
|
||||
@@ -59,7 +59,8 @@ typedef enum {
|
||||
CORE_MUTEX_STATUS_NESTING_NOT_ALLOWED,
|
||||
CORE_MUTEX_STATUS_NOT_OWNER_OF_RESOURCE,
|
||||
CORE_MUTEX_WAS_DELETED,
|
||||
CORE_MUTEX_TIMEOUT
|
||||
CORE_MUTEX_TIMEOUT,
|
||||
CORE_MUTEX_STATUS_CEILING_VIOLATED
|
||||
} CORE_mutex_Status;
|
||||
|
||||
/*
|
||||
|
||||
@@ -59,7 +59,8 @@ typedef enum {
|
||||
CORE_MUTEX_STATUS_NESTING_NOT_ALLOWED,
|
||||
CORE_MUTEX_STATUS_NOT_OWNER_OF_RESOURCE,
|
||||
CORE_MUTEX_WAS_DELETED,
|
||||
CORE_MUTEX_TIMEOUT
|
||||
CORE_MUTEX_TIMEOUT,
|
||||
CORE_MUTEX_STATUS_CEILING_VIOLATED
|
||||
} CORE_mutex_Status;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user