summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include/rtems/posix/mutex.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-07-22Remove, moved to cpukit.Ralf Corsepius1-158/+0
2000-12-012000-12-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+2
* Added macro support to POSIX API. This is known to compile. * macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl, macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl, macros/rtems/posix/mutex.inl, macros/rtems/posix/priority.inl, macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl, macros/rtems/posix/timer.inl: New files. * configure.in: Removed error check for enabling macros. * rtems/posix/mutex.h: #if 0'ed out prototypes for inlined routines since you cannot have prototypes for macros. * macros/rtems/posix/Makefile.am: Added files.
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-11-02Split mutex.c into multiple files.Joel Sherrill1-0/+35
1998-11-23Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1-0/+2
it work.
1998-02-17updated copyright to 1998Joel Sherrill1-1/+1
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill1-2/+2
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill1-5/+5
of switching to the modified GNU GPL.
1996-08-12mutex.h: removes the promotion of core status code to POSXI status codesMark Johannes1-12/+0
1996-08-12mutex.h: promoted out _POSIX_Mutex_From_core_mutex_statusMark Johannes1-0/+12
1996-07-03switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE"Joel Sherrill1-4/+4
1996-05-28split the inclusion of "EXTERN" data based on whether it was sapi,Joel Sherrill1-1/+4
score, rtems api, or posix api related.
1995-09-26posix support initially addedJoel Sherrill1-0/+117