From d86308bdf8d231cd02bb72e4669f12c2689f4dac Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Sat, 15 Dec 2012 16:03:12 -0500 Subject: posix: Doxygen Enhancement Task #2 http://www.google-melange.com/gci/task/view/google/gci2012/7988213 --- cpukit/posix/src/mutextrylock.c | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'cpukit/posix/src/mutextrylock.c') diff --git a/cpukit/posix/src/mutextrylock.c b/cpukit/posix/src/mutextrylock.c index 85b6da51a7..f398dc208a 100644 --- a/cpukit/posix/src/mutextrylock.c +++ b/cpukit/posix/src/mutextrylock.c @@ -1,3 +1,10 @@ +/** + * @file + * + * @brief Try to Lock Mutex + * @ingroup POSIX + */ + /* * COPYRIGHT (c) 1989-2007. * On-Line Applications Research Corporation (OAR). @@ -24,12 +31,11 @@ #include #include -/* - * 11.3.3 Locking and Unlocking a Mutex, P1003.1c/Draft 10, p. 93 +/** + * 11.3.3 Locking and Unlocking a Mutex, P1003.1c/Draft 10, p. 93 * - * NOTE: P1003.4b/D8 adds pthread_mutex_timedlock(), p. 29 + * NOTE: P1003.4b/D8 adds pthread_mutex_timedlock(), p. 29 */ - int pthread_mutex_trylock( pthread_mutex_t *mutex ) -- cgit v1.2.3