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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rtems-20020807/] [doc/] [posix1003.1/] [ch16.t] - Blame information for rev 1782

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  ch16.t,v 1.9 2002/01/17 21:47:45 joel Exp
7
@c
8
 
9
@chapter Thread Management
10
 
11
@section Threads
12
 
13
@section Thread Functions
14
 
15
@subsection Thread Creation Attributes
16
 
17
@example
18
pthread_attr_init(), Function, Implemented
19
pthread_attr_destroy(), Function, Implemented
20
pthread_attr_setstacksize(), Function, Implemented
21
pthread_attr_getstacksize(), Function, Implemented
22
pthread_attr_setstackaddr(), Function, Implemented
23
pthread_attr_getstackaddr(), Function, Implemented
24
pthread_attr_setdetachstate(), Function, Implemented
25
pthread_attr_getdetachstate(), Function, Implemented
26
PTHREAD_CREATE_JOINABLE, Constant, Implemented
27
PTHREAD_CREATE_DETACHED, Constant, Implemented
28
@end example
29
 
30
@subsection Thread Creation
31
 
32
@example
33
pthread_create(), Function, Implemented
34
@end example
35
 
36
@subsection Wait for Thread Termination
37
 
38
@example
39
pthread_join(), Function, Implemented
40
@end example
41
 
42
@subsection Detaching a Thread
43
 
44
@example
45
pthread_detach(), Function, Implemented
46
@end example
47
 
48
@subsection Thread Termination
49
 
50
@example
51
pthread_exit(), Function, Implemented
52
@end example
53
 
54
@subsection Get Thread ID
55
 
56
@example
57
pthread_self(), Function, Implemented
58
@end example
59
 
60
@subsection Compare Thread IDs
61
 
62
@example
63
pthread_equal(), Function, Implemented
64
@end example
65
 
66
@subsection Dynamic Package Initialization
67
 
68
@example
69
pthread_once(), Function, Implemented
70
PTHREAD_ONCE_INIT, Constant, Implemented
71
@end example
72
 

powered by: WebSVN 2.1.0

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