File: thread_man

package info (click to toggle)
hammerhead 2.1.3-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 704 kB
  • ctags: 588
  • sloc: cpp: 4,782; sh: 2,794; makefile: 240; perl: 41; csh: 11
file content (178 lines) | stat: -rw-r--r-- 9,678 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178

biodone         biodone (9f)    - release buffer after buffer I/O transfer and n
otify blocked threads
cancellation    cancellation (3t)   - canceling execution of a thread
libpthread      threads (3t)    - thread libraries: libpthread and libthread
libthread       threads (3t)    - thread libraries: libpthread and libthread
libthread_db    libthread_db (3t)   - interface to libthread threads information
mq_notify       mq_notify (3r)  - notify process (or thread) that a message is a
vailable on a queue
mt-streams      mt-streams (9f) - STREAMS multithreading
pthread_atfork  pthread_atfork (3t) - register fork handlers
pthread_attr_destroy            pthread_attr_init (3t)  - thread creation attrib
utes
pthread_attr_getdetachstate     pthread_attr_init (3t)  - thread creation attrib
utes
pthread_attr_getinheritsched    pthread_attr_init (3t)  - thread creation attrib
utes
pthread_attr_getschedparam      pthread_attr_init (3t)  - thread creation attrib
utes
pthread_attr_getschedpolicy     pthread_attr_init (3t)  - thread creation attrib
utes
pthread_attr_getscope           pthread_attr_init (3t)  - thread creation attrib
utes
pthread_attr_getstackaddr       pthread_attr_init (3t)  - thread creation attrib
utes
pthread_attr_getstacksize       pthread_attr_init (3t)  - thread creation attrib
utes
pthread_attr_init               pthread_attr_init (3t)  - thread creation attrib
utes
pthread_attr_setdetachstate     pthread_attr_init (3t)  - thread creation attrib
utes
pthread_attr_setinheritsched    pthread_attr_init (3t)  - thread creation attrib
utes
pthread_attr_setschedparam      pthread_attr_init (3t)  - thread creation attrib
utes
pthread_attr_setschedpolicy     pthread_attr_init (3t)  - thread creation attrib
utes
pthread_attr_setscope           pthread_attr_init (3t)  - thread creation attrib
utes
pthread_attr_setstackaddr       pthread_attr_init (3t)  - thread creation attrib
utes
pthread_attr_setstacksize       pthread_attr_init (3t)  - thread creation attrib
utes
pthread_cancel  cancellation (3t)   - canceling execution of a thread
pthread_cleanup_pop             cancellation (3t)   - canceling execution of a t
hread
pthread_cleanup_push            cancellation (3t)   - canceling execution of a t
hread
pthread_cond_broadcast          condition (3t)  - condition variables
pthread_cond_destroy            condition (3t)  - condition variables
pthread_cond_init               condition (3t)  - condition variables
pthread_cond_signal             condition (3t)  - condition variables
pthread_cond_timedwait          condition (3t)  - condition variables
pthread_cond_wait               condition (3t)  - condition variables
pthread_condattr_destroy        pthread_condattr_init (3t)  - condition variable
 initialization attributes
pthread_condattr_getpshared     pthread_condattr_init (3t)  - condition variable
 initialization attributes
pthread_condattr_init           pthread_condattr_init (3t)  - condition variable
 initialization attributes
pthread_condattr_setpshared     pthread_condattr_init (3t)  - condition variable
 initialization attributes
pthread_create  pthread_create (3t) - thread creation
pthread_detach  pthread_detach (3t) - dynamically detaching a thread
pthread_equal   pthread_equal (3t)  - compare thread IDs
pthread_exit    pthread_exit (3t)   - thread termination
pthread_getschedparam           pthread_setschedparam (3t)  - dynamic access to 
thread scheduling
pthread_getspecific             pthread_key_create (3t) - thread-specific-data f
unctions
pthread_join    pthread_join (3t)   - wait for thread termination
pthread_key_create              pthread_key_create (3t) - thread-specific-data f
unctions
pthread_key_delete              pthread_key_create (3t) - thread-specific-data f
unctions
pthread_kill    pthread_kill (3t)   - send a signal to a thread
pthread_mutex_destroy           mutex (3t)  - mutual exclusion locks
pthread_mutex_getprioceiling    pthread_mutex_setprioceiling (3t)   - change the
 priority ceiling of a mutex
pthread_mutex_init              mutex (3t)  - mutual exclusion locks
pthread_mutex_lock              mutex (3t)  - mutual exclusion locks
pthread_mutex_setprioceiling    pthread_mutex_setprioceiling (3t)   - change the
 priority ceiling of a mutex
pthread_mutex_trylock           mutex (3t)  - mutual exclusion locks
pthread_mutex_unlock            mutex (3t)  - mutual exclusion locks
pthread_mutexattr_destroy       pthread_mutexattr_init (3t) - mutex initializati
on attributes
pthread_mutexattr_getprioceiling    pthread_mutexattr_init (3t) - mutex initiali
zation attributes
pthread_mutexattr_getprotocol   pthread_mutexattr_init (3t) - mutex initializati
on attributes
pthread_mutexattr_getpshared    pthread_mutexattr_init (3t) - mutex initializati
on attributes
pthread_mutexattr_init          pthread_mutexattr_init (3t) - mutex initializati
on attributes
pthread_mutexattr_setprioceiling    pthread_mutexattr_init (3t) - mutex initiali
zation attributes
pthread_mutexattr_setprotocol   pthread_mutexattr_init (3t) - mutex initializati
on attributes
pthread_mutexattr_setpshared    pthread_mutexattr_init (3t) - mutex initializati
on attributes
pthread_once    pthread_once (3t)   - dynamic package initialization
pthread_self    pthread_self (3t)   - get calling thread's ID
pthread_setcancelstate          cancellation (3t)   - canceling execution of a t
hread
pthread_setcanceltype           cancellation (3t)   - canceling execution of a t
hread
pthread_setschedparam           pthread_setschedparam (3t)  - dynamic access to 
thread scheduling
pthread_setspecific             pthread_key_create (3t) - thread-specific-data f
unctions
pthread_sigmask pthread_sigmask (3t)    - change and/or examine calling thread's
 signal mask
pthread_testcancel              cancellation (3t)   - canceling execution of a t
hread
pthreads        threads (3t)    - thread libraries: libpthread and libthread
td_init         libthread_db (3t)   - interface to libthread threads information
td_log          libthread_db (3t)   - interface to libthread threads information
td_ta_delete    libthread_db (3t)   - interface to libthread threads information
td_ta_get_nthreads              libthread_db (3t)   - interface to libthread thr
eads information
td_ta_get_ph    libthread_db (3t)   - interface to libthread threads information
td_ta_map_id2thr                libthread_db (3t)   - interface to libthread thr
eads information
td_ta_map_lwp2thr               libthread_db (3t)   - interface to libthread thr
eads information
td_ta_new       libthread_db (3t)   - interface to libthread threads information
td_ta_thr_iter  libthread_db (3t)   - interface to libthread threads information
td_ta_tsd_iter  libthread_db (3t)   - interface to libthread threads information
td_thr_get_info libthread_db (3t)   - interface to libthread threads information
td_thr_getfpregs                libthread_db (3t)   - interface to libthread thr
eads information
td_thr_getgregs libthread_db (3t)   - interface to libthread threads information
td_thr_getxregs libthread_db (3t)   - interface to libthread threads information
td_thr_getxregsize              libthread_db (3t)   - interface to libthread thr
eads information
td_thr_setfpregs                libthread_db (3t)   - interface to libthread thr
eads information
td_thr_setgregs libthread_db (3t)   - interface to libthread threads information
td_thr_setprio  libthread_db (3t)   - interface to libthread threads information
td_thr_setsigpending            libthread_db (3t)   - interface to libthread thr
eads information
td_thr_setxregs libthread_db (3t)   - interface to libthread threads information
td_thr_sigsetmask               libthread_db (3t)   - interface to libthread thr
eads information
td_thr_tsd      libthread_db (3t)   - interface to libthread threads information
td_thr_validate libthread_db (3t)   - interface to libthread threads information
thr_continue    thr_suspend (3t)    - suspend or continue thread execution
thr_create      pthread_create (3t) - thread creation
thr_exit        pthread_exit (3t)   - thread termination
thr_getconcurrency              thr_setconcurrency (3t) - get/set thread concurr
ency level
thr_getprio     pthread_setschedparam (3t)  - dynamic access to thread schedulin
g
thr_getspecific pthread_key_create (3t) - thread-specific-data functions
thr_join        pthread_join (3t)   - wait for thread termination
thr_keycreate   pthread_key_create (3t) - thread-specific-data functions
thr_kill        pthread_kill (3t)   - send a signal to a thread
thr_main        thr_main (3t)   - identify the main thread
thr_min_stack   thr_min_stack (3t)  - returns the minimum-allowable size for a t
hread's stack
thr_self        pthread_self (3t)   - get calling thread's ID
thr_setconcurrency              thr_setconcurrency (3t) - get/set thread concurr
ency level
thr_setprio     pthread_setschedparam (3t)  - dynamic access to thread schedulin
g
thr_setspecific pthread_key_create (3t) - thread-specific-data functions
thr_sigsetmask  pthread_sigmask (3t)    - change and/or examine calling thread's
 signal mask
thr_stksegment  thr_stksegment (3t) - get thread stack bottom and stack size
thr_suspend     thr_suspend (3t)    - suspend or continue thread execution
thr_yield       thr_yield (3t)  - thread yield to another thread
threads         threads (3t)    - thread libraries: libpthread and libthread
tnf_thread_disable              tnf_process_disable (3x)    - probe control inte
rnal interface
tnf_thread_enable               tnf_process_disable (3x)    - probe control inte
rnal interface
lock_lint       lock_lint (1)   - verify use of locks in multi-threaded prog