source: rtems/doc/new_chapters/base.t @ 571a915

4.104.114.84.95
Last change on this file since 571a915 was dfef768f, checked in by Joel Sherrill <joel.sherrill@…>, on 08/01/98 at 15:59:56

Removed items which are now automatically generated.

  • Property mode set to 100644
File size: 1018 bytes
Line 
1@c
2@c  COPYRIGHT (c) 1988-1998.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9@chapter Mutex Manager
10
11@section Introduction
12
13The mutex manager ...
14
15The directives provided by the mutex manager are:
16
17@itemize @bullet
18@item @code{sigaddset} -
19@item @code{sigdelset} -
20@item @code{sigfillset} -
21@item @code{sigismember} -
22@item @code{sigemptyset} -
23@item @code{sigaction} -
24@item @code{pthread_kill} -
25@item @code{pthread_sigmask} -
26@item @code{kill} -
27@item @code{sigwait} -
28@end itemize
29
30@section Background
31
32@section Operations
33
34@section Directives
35
36This section details the mutex manager's directives.
37A subsection is dedicated to each of this manager's directives
38and describes the calling sequence, related constants, usage,
39and status codes.
40
41@page
42@subsection sigaddset
43
44@subheading CALLING SEQUENCE:
45
46@example
47int sigaddset(
48  sigset_t   *set,
49  int         signo
50);
51@end example
52
53@subheading STATUS CODES:
54
55@subheading DESCRIPTION:
56
57@subheading NOTES:
58
Note: See TracBrowser for help on using the repository browser.