forked from Imagelibrary/rtems
2000-11-30 Joel Sherrill <joel@OARcorp.com>
* macros/rtems/rtems/sem.inl: Added macro implementation of _Semaphore_Get_interrupt_disable().
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2000-11-30 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* macros/rtems/rtems/sem.inl: Added macro implementation of
|
||||||
|
_Semaphore_Get_interrupt_disable().
|
||||||
|
|
||||||
2000-10-18 Joel Sherrill <joel@OARcorp.com>
|
2000-10-18 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* src/regiongetinfo.c, include/rtems/rtems/region.h,
|
* src/regiongetinfo.c, include/rtems/rtems/region.h,
|
||||||
|
|||||||
@@ -44,6 +44,11 @@
|
|||||||
(Semaphore_Control *) \
|
(Semaphore_Control *) \
|
||||||
_Objects_Get( &_Semaphore_Information, (_id), (_location) )
|
_Objects_Get( &_Semaphore_Information, (_id), (_location) )
|
||||||
|
|
||||||
|
#define _Semaphore_Get_interrupt_disable( _id, _location, _level ) \
|
||||||
|
(Semaphore_Control *) \
|
||||||
|
_Objects_Get_isr_disable( \
|
||||||
|
&_Semaphore_Information, (_id), (_location), (_level) )
|
||||||
|
|
||||||
/*PAGE
|
/*PAGE
|
||||||
*
|
*
|
||||||
* _Semaphore_Is_null
|
* _Semaphore_Is_null
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2000-11-30 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* macros/rtems/rtems/sem.inl: Added macro implementation of
|
||||||
|
_Semaphore_Get_interrupt_disable().
|
||||||
|
|
||||||
2000-10-18 Joel Sherrill <joel@OARcorp.com>
|
2000-10-18 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* src/regiongetinfo.c, include/rtems/rtems/region.h,
|
* src/regiongetinfo.c, include/rtems/rtems/region.h,
|
||||||
|
|||||||
@@ -44,6 +44,11 @@
|
|||||||
(Semaphore_Control *) \
|
(Semaphore_Control *) \
|
||||||
_Objects_Get( &_Semaphore_Information, (_id), (_location) )
|
_Objects_Get( &_Semaphore_Information, (_id), (_location) )
|
||||||
|
|
||||||
|
#define _Semaphore_Get_interrupt_disable( _id, _location, _level ) \
|
||||||
|
(Semaphore_Control *) \
|
||||||
|
_Objects_Get_isr_disable( \
|
||||||
|
&_Semaphore_Information, (_id), (_location), (_level) )
|
||||||
|
|
||||||
/*PAGE
|
/*PAGE
|
||||||
*
|
*
|
||||||
* _Semaphore_Is_null
|
* _Semaphore_Is_null
|
||||||
|
|||||||
Reference in New Issue
Block a user