Changeset b45c443 in mainline for generic/include/synch
- Timestamp:
- 2006-06-13T14:26:44Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3222efd
- Parents:
- 279952c
- Location:
- generic/include/synch
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/synch/condvar.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup sync 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __CONDVAR_H__ 30 36 #define __CONDVAR_H__ … … 50 56 51 57 #endif 58 59 /** @} 60 */ 61 -
generic/include/synch/futex.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup sync 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __FUTEX_H__ 30 36 #define __FUTEX_H__ … … 51 57 52 58 #endif 59 60 /** @} 61 */ 62 -
generic/include/synch/mutex.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup sync 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __MUTEX_H__ 30 36 #define __MUTEX_H__ … … 53 59 54 60 #endif 61 62 /** @} 63 */ 64 -
generic/include/synch/rwlock.h
r279952c rb45c443 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup sync 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 69 75 #endif 70 76 77 78 /** @} 79 */ 80 -
generic/include/synch/semaphore.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup sync 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __SEMAPHORE_H__ 30 36 #define __SEMAPHORE_H__ … … 53 59 #endif 54 60 61 62 /** @} 63 */ 64 -
generic/include/synch/spinlock.h
r279952c rb45c443 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup sync 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 110 116 111 117 #endif 118 119 /** @} 120 */ 121 -
generic/include/synch/synch.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup sync 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __SYNCH_H__ 30 36 #define __SYNCH_H__ … … 46 52 47 53 #endif 54 55 /** @} 56 */ 57 -
generic/include/synch/waitq.h
r279952c rb45c443 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup sync 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 65 71 66 72 #endif 73 74 /** @} 75 */ 76
Note:
See TracChangeset
for help on using the changeset viewer.