Changeset e7264f07 in rtems
- Timestamp:
- 10/21/99 16:44:24 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d013d05
- Parents:
- 9583f6e
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/rtems/include/rtems/rtems/sem.h
r9583f6e re7264f07 163 163 164 164 /* 165 * rtems_semaphore_flush 166 * 167 * This directive allows a thread to flush the threads 168 * pending on the semaphore. 169 */ 170 171 rtems_status_code rtems_semaphore_flush( 172 Objects_Id id 173 ); 174 175 /* 165 176 * _Semaphore_Seize 166 177 * -
c/src/exec/rtems/src/Makefile.in
r9583f6e re7264f07 42 42 43 43 SEMAPHORE_C_PIECES = sem semcreate semdelete semident semobtain semrelease \ 44 sem translatereturncode44 semflush semtranslatereturncode 45 45 46 46 EVENT_C_PIECES = event eventreceive eventseize eventsend eventsurrender \ -
cpukit/rtems/include/rtems/rtems/sem.h
r9583f6e re7264f07 163 163 164 164 /* 165 * rtems_semaphore_flush 166 * 167 * This directive allows a thread to flush the threads 168 * pending on the semaphore. 169 */ 170 171 rtems_status_code rtems_semaphore_flush( 172 Objects_Id id 173 ); 174 175 /* 165 176 * _Semaphore_Seize 166 177 *
Note: See TracChangeset
for help on using the changeset viewer.