OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [doc/] [new_chapters/] [base.t] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
@c
2
@c  COPYRIGHT (c) 1988-2002.
3
@c  On-Line Applications Research Corporation (OAR).
4
@c  All rights reserved.
5
@c
6
@c  base.t,v 1.5 2002/01/17 21:47:45 joel Exp
7
@c
8
 
9
@chapter Mutex Manager
10
 
11
@section Introduction
12
 
13
The mutex manager ...
14
 
15
The 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
There is currently no text in this section.
33
 
34
@section Operations
35
 
36
There is currently no text in this section.
37
 
38
@section Directives
39
 
40
This section details the mutex manager's directives.
41
A subsection is dedicated to each of this manager's directives
42
and describes the calling sequence, related constants, usage,
43
and status codes.
44
 
45
@page
46
@subsection sigaddset
47
 
48
@subheading CALLING SEQUENCE:
49
 
50
@example
51
int sigaddset(
52
  sigset_t   *set,
53
  int         signo
54
);
55
@end example
56
 
57
@subheading STATUS CODES:
58
 
59
@subheading DESCRIPTION:
60
 
61
@subheading NOTES:
62
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.