Changeset c9fd602 in rtems for cpukit/score/macros/rtems/score/coresem.inl
- Timestamp:
- Dec 1, 2000, 7:16:52 PM (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 76c0bbbb
- Parents:
- 7afbca0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/macros/rtems/score/coresem.inl
r7afbca0 rc9fd602 28 28 /*PAGE 29 29 * 30 * _C ore_semaphore_Get_count30 * _CORE_semaphore_Get_count 31 31 * 32 32 */ 33 33 34 #define _C ore_semaphore_Get_count( _the_semaphore ) \34 #define _CORE_semaphore_Get_count( _the_semaphore ) \ 35 35 ( (_the_semaphore)->count ) 36 36 … … 38 38 * 39 39 * _CORE_semaphore_Seize_isr_disable 40 *41 * DESCRIPTION:42 *43 * This routine attempts to receive a unit from the_semaphore.44 * If a unit is available or if the wait flag is FALSE, then the routine45 * returns. Otherwise, the calling task is blocked until a unit becomes46 * available.47 *48 * NOTE: There is currently no MACRO version of this routine.49 40 */ 50 41 … … 78 69 } 79 70 80 81 71 #endif 82 72 /* end of include file */
Note: See TracChangeset
for help on using the changeset viewer.