source: rtems/doc/posix1003.1/ch15.t @ 7331714

4.104.114.84.95
Last change on this file since 7331714 was 7331714, checked in by Joel Sherrill <joel.sherrill@…>, on 03/18/98 at 18:15:01

Added Constants, Feature Flags, and Macros (included in Functions).
No status information was included.

  • Property mode set to 100644
File size: 1.3 KB
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 Message Passing
10
11@section Data Definitions for Message Queues
12
13@subsection Data Structures
14
15@example
16mqd_t, Type, Untested Implementation
17struct mq_attr, Type, Untested Implementation
18@end example
19
20@section Message Passing Functions
21
22@subsection Open a Message Queue
23
24@example
25mq_open(), Function, Untested Implementation
26@end example
27
28@subsection Close a Message Queue
29
30@example
31mq_close(), Function, Untested Implementation
32@end example
33
34@subsection Remove a Message Queue
35
36@example
37mq_unlink(), Function, Untested Implementation
38@end example
39
40@subsection Send a Message to a Message Queue
41
42@example
43mq_send(), Function, Untested Implementation
44@end example
45
46@subsection Receive a Message From a Message Queue
47
48@example
49mq_receive(), Function, Untested Implementation
50@end example
51
52@subsection Notify Process That a Message is Available on a Queue
53
54@example
55mq_notify(), Function, Untested Implementation
56@end example
57
58@subsection Set Message Queue Attributes
59
60@example
61mq_setattr(), Function, Untested Implementation
62@end example
63
64@subsection Get Message Queue Attributes
65
66@example
67mq_getattr(), Function, Untested Implementation
68@end example
69
Note: See TracBrowser for help on using the repository browser.