Changeset 60b791ad in rtems for c/src/exec/posix
- Timestamp:
- 02/17/98 23:46:28 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- bf4cdb70
- Parents:
- 33b304f
- Location:
- c/src/exec/posix
- Files:
-
- 44 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/posix/headers/cond.h
r33b304f r60b791ad 4 4 * POSIX condition variables. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/headers/condmp.h
r33b304f r60b791ad 4 4 * with the Multiprocessing Support in the POSIX Condition Variable Manager. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/headers/config.h
r33b304f r60b791ad 4 4 * parameters specific for the POSIX API. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/headers/intr.h
r33b304f r60b791ad 4 4 * POSIX Interrupt Manager. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/headers/key.h
r33b304f r60b791ad 4 4 * POSIX key. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/headers/mqueue.h
r33b304f r60b791ad 4 4 * POSIX Message Queues. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/headers/mqueuemp.h
r33b304f r60b791ad 4 4 * with the Multiprocessing Support in the POSIX Message Queue Manager. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/headers/mutex.h
r33b304f r60b791ad 4 4 * POSIX mutex's. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/headers/mutexmp.h
r33b304f r60b791ad 4 4 * with the Multiprocessing Support in the POSIX Mutex Manager. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/headers/posixapi.h
r33b304f r60b791ad 4 4 * NOTE: 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/headers/pthread.h
r33b304f r60b791ad 4 4 * POSIX threads. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/headers/pthreadmp.h
r33b304f r60b791ad 4 4 * with the Multiprocessing Support in the POSIX Threads Manager. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/headers/semaphore.h
r33b304f r60b791ad 4 4 * POSIX Semaphores. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/headers/semaphoremp.h
r33b304f r60b791ad 4 4 * with the Multiprocessing Support in the POSIX Semaphore Manager. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/headers/seterr.h
r33b304f r60b791ad 1 1 /* 2 * COPYRIGHT (c) 1989-199 7.2 * COPYRIGHT (c) 1989-1998. 3 3 * On-Line Applications Research Corporation (OAR). 4 4 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/include/rtems/posix/cond.h
r33b304f r60b791ad 4 4 * POSIX condition variables. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/include/rtems/posix/condmp.h
r33b304f r60b791ad 4 4 * with the Multiprocessing Support in the POSIX Condition Variable Manager. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/include/rtems/posix/config.h
r33b304f r60b791ad 4 4 * parameters specific for the POSIX API. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/include/rtems/posix/intr.h
r33b304f r60b791ad 4 4 * POSIX Interrupt Manager. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/include/rtems/posix/key.h
r33b304f r60b791ad 4 4 * POSIX key. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/include/rtems/posix/mqueue.h
r33b304f r60b791ad 4 4 * POSIX Message Queues. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/include/rtems/posix/mqueuemp.h
r33b304f r60b791ad 4 4 * with the Multiprocessing Support in the POSIX Message Queue Manager. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/include/rtems/posix/mutex.h
r33b304f r60b791ad 4 4 * POSIX mutex's. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/include/rtems/posix/mutexmp.h
r33b304f r60b791ad 4 4 * with the Multiprocessing Support in the POSIX Mutex Manager. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/include/rtems/posix/posixapi.h
r33b304f r60b791ad 4 4 * NOTE: 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/include/rtems/posix/pthread.h
r33b304f r60b791ad 4 4 * POSIX threads. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/include/rtems/posix/pthreadmp.h
r33b304f r60b791ad 4 4 * with the Multiprocessing Support in the POSIX Threads Manager. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/include/rtems/posix/semaphore.h
r33b304f r60b791ad 4 4 * POSIX Semaphores. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/include/rtems/posix/semaphoremp.h
r33b304f r60b791ad 4 4 * with the Multiprocessing Support in the POSIX Semaphore Manager. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/include/rtems/posix/seterr.h
r33b304f r60b791ad 1 1 /* 2 * COPYRIGHT (c) 1989-199 7.2 * COPYRIGHT (c) 1989-1998. 3 3 * On-Line Applications Research Corporation (OAR). 4 4 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/inline/cond.inl
r33b304f r60b791ad 4 4 * inlined routines for POSIX condition variables. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/inline/intr.inl
r33b304f r60b791ad 4 4 * inlined routines for POSIX Interrupt Manager 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/inline/key.inl
r33b304f r60b791ad 4 4 * inlined routines for POSIX key's. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/inline/mqueue.inl
r33b304f r60b791ad 4 4 * inlined routines for POSIX Message Queue. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/inline/mutex.inl
r33b304f r60b791ad 4 4 * inlined routines for POSIX mutex's. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/inline/pthread.inl
r33b304f r60b791ad 4 4 * inlined routines for POSIX threads. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/inline/rtems/posix/cond.inl
r33b304f r60b791ad 4 4 * inlined routines for POSIX condition variables. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/inline/rtems/posix/intr.inl
r33b304f r60b791ad 4 4 * inlined routines for POSIX Interrupt Manager 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/inline/rtems/posix/key.inl
r33b304f r60b791ad 4 4 * inlined routines for POSIX key's. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/inline/rtems/posix/mqueue.inl
r33b304f r60b791ad 4 4 * inlined routines for POSIX Message Queue. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/inline/rtems/posix/mutex.inl
r33b304f r60b791ad 4 4 * inlined routines for POSIX mutex's. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/inline/rtems/posix/pthread.inl
r33b304f r60b791ad 4 4 * inlined routines for POSIX threads. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/inline/rtems/posix/semaphore.inl
r33b304f r60b791ad 4 4 * inlined routines for POSIX Semaphores. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/posix/inline/semaphore.inl
r33b304f r60b791ad 4 4 * inlined routines for POSIX Semaphores. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994.
Note: See TracChangeset
for help on using the changeset viewer.