Changeset e3d64d4 in rtems
- Timestamp:
- Aug 1, 2011, 5:30:20 PM (10 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 32eba74
- Parents:
- 765d726
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r765d726 re3d64d4 1 2011-08-01 Jennifer Averett <Jennifer.Averett@OARcorp.com> 2 3 * score/include/rtems/score/smplock.h: Fix comments. 4 1 5 2011-08-01 Jennifer Averett <Jennifer.Averett@OARcorp.com> 2 6 -
cpukit/score/include/rtems/score/smplock.h
r765d726 re3d64d4 109 109 * disabled when this routine returns and it is the callers responsibility 110 110 * to either: 111 * 1) Do something very short and then call 111 * 112 * # Do something very short and then call 112 113 * _SMP_lock_spinlock_nested_Release or 113 * 2)Do something very sort, call isr enable, then when ready114 * # Do something very sort, call isr enable, then when ready 114 115 * call isr_disable and _SMP_lock_spinlock_nested_Release 115 116 * … … 126 127 * @brief Release a Lock 127 128 * 128 * This method is used to release the lock at @a lock. Note: 129 * ISR's are reenabled by this method and are expected to be 129 * This method is used to release the lock at @a lock. 130 * 131 * @note ISR's are reenabled by this method and are expected to be 130 132 * disabled upon entry to the method. 131 133 *
Note: See TracChangeset
for help on using the changeset viewer.