633316ad92ad4bef5ef857a53b8099f26477e5c9
[dragonfly.git] / lib / libthread_xu / pthread.map
1 # $FreeBSD: src/lib/libpthread/pthread.map,v 1.13 2004/09/26 06:50:14 deischen Exp $
2 # $DragonFly: src/lib/libthread_xu/pthread.map,v 1.8 2005/10/25 12:14:52 davidxu Exp $
3
4 LIBTHREAD_1_0 {
5 global:
6         ___creat;
7         __accept;
8         __close;
9         __connect;
10         __fcntl;
11         __fsync;
12         __msync;
13         __nanosleep;
14         __open;
15         __poll;
16         __pthread_cond_timedwait;
17         __pthread_cond_wait;
18         __pthread_mutex_init;
19         __pthread_mutex_lock;
20         __pthread_mutex_trylock;
21         __pthread_mutex_timedlock;
22         __read;
23         __readv;
24         __recvfrom;
25         __recvmsg;
26         __select;
27         __sendmsg;
28         __sendto;
29         __sigsuspend;
30         __wait4;
31         __write;
32         __writev;
33         _aio_suspend;
34         _execve;
35         _fork;
36         _nanosleep;
37         _pause;
38         _pselect;
39         _pthread_atfork;
40         _pthread_barrier_destroy;
41         _pthread_barrier_init;
42         _pthread_barrier_wait;
43         _pthread_barrierattr_destroy;
44         _pthread_barrierattr_getpshared;
45         _pthread_barrierattr_init;
46         _pthread_barrierattr_setpshared;
47         _pthread_attr_default;
48         _pthread_attr_destroy;
49         _pthread_attr_get_np;
50         _pthread_attr_getdetachstate;
51         _pthread_attr_getguardsize;
52         _pthread_attr_getinheritsched;
53         _pthread_attr_getschedparam;
54         _pthread_attr_getschedpolicy;
55         _pthread_attr_getscope;
56         _pthread_attr_getstack;
57         _pthread_attr_getstackaddr;
58         _pthread_attr_getstacksize;
59         _pthread_attr_init;
60         _pthread_attr_setcreatesuspend_np;
61         _pthread_attr_setdetachstate;
62         _pthread_attr_setguardsize;
63         _pthread_attr_setinheritsched;
64         _pthread_attr_setschedparam;
65         _pthread_attr_setschedpolicy;
66         _pthread_attr_setscope;
67         _pthread_attr_setstack;
68         _pthread_attr_setstackaddr;
69         _pthread_attr_setstacksize;
70         _pthread_cancel;
71         _pthread_cleanup_pop;
72         _pthread_cleanup_push;
73         _pthread_cond_broadcast;
74         _pthread_cond_destroy;
75         _pthread_cond_init;
76         _pthread_cond_signal;
77         _pthread_cond_timedwait;
78         _pthread_cond_wait;
79         _pthread_condattr_default;
80         _pthread_condattr_destroy;
81         _pthread_condattr_getclock;
82         _pthread_condattr_getpshared;
83         _pthread_condattr_init;
84         _pthread_condattr_setclock;
85         _pthread_condattr_setpshared;
86         _pthread_create;
87         _pthread_detach;
88         _pthread_equal;
89         _pthread_exit;
90         _pthread_getconcurrency;
91         _pthread_getprio;
92         _pthread_getschedparam;
93         _pthread_getspecific;
94         _pthread_join;
95         _pthread_key_create;
96         _pthread_key_delete;
97         _pthread_kill;
98         _pthread_main_np;
99         _pthread_multi_np;
100         _pthread_mutex_destroy;
101         _pthread_mutex_getprioceiling;
102         _pthread_mutex_init;
103         _pthread_mutex_lock;
104         _pthread_mutex_setprioceiling;
105         _pthread_mutex_timedlock;
106         _pthread_mutex_trylock;
107         _pthread_mutex_unlock;
108         _pthread_mutexattr_default;
109         _pthread_mutexattr_destroy;
110         _pthread_mutexattr_getkind_np;
111         _pthread_mutexattr_getprioceiling;
112         _pthread_mutexattr_getprotocol;
113         _pthread_mutexattr_getpshared;
114         _pthread_mutexattr_gettype;
115         _pthread_mutexattr_init;
116         _pthread_mutexattr_setkind_np;
117         _pthread_mutexattr_setprioceiling;
118         _pthread_mutexattr_setprotocol;
119         _pthread_mutexattr_setpshared;
120         _pthread_mutexattr_settype;
121         _pthread_once;
122         _pthread_resume_all_np;
123         _pthread_resume_np;
124         _pthread_rwlock_destroy;
125         _pthread_rwlock_init;
126         _pthread_rwlock_rdlock;
127         _pthread_rwlock_timedrdlock;
128         _pthread_rwlock_timedwrlock;
129         _pthread_rwlock_tryrdlock;
130         _pthread_rwlock_trywrlock;
131         _pthread_rwlock_unlock;
132         _pthread_rwlock_wrlock;
133         _pthread_rwlockattr_destroy;
134         _pthread_rwlockattr_getpshared;
135         _pthread_rwlockattr_init;
136         _pthread_rwlockattr_setpshared;
137         _pthread_self;
138         _pthread_set_name_np;
139         _pthread_setcancelstate;
140         _pthread_setcanceltype;
141         _pthread_setconcurrency;
142         _pthread_setprio;
143         _pthread_setschedparam;
144         _pthread_setspecific;
145         _pthread_sigmask;
146         _pthread_single_np;
147         _pthread_spin_destroy;
148         _pthread_spin_init;
149         _pthread_spin_lock;
150         _pthread_spin_trylock;
151         _pthread_spin_unlock;
152         _pthread_suspend_all_np;
153         _pthread_suspend_np;
154         _pthread_switch_add_np;
155         _pthread_switch_delete_np;
156         _pthread_testcancel;
157         _pthread_timedjoin_np;
158         _pthread_yield;
159         _raise;
160         _sem_close;
161         _sem_destroy;
162         _sem_getvalue;
163         _sem_init;
164         _sem_open;
165         _sem_post;
166         _sem_timedwait;
167         _sem_trywait;
168         _sem_unlink;
169         _sem_wait;
170         _sigaction;
171         _sigprocmask;
172         _sigsuspend;
173         _sigwait;
174         _sigtimedwait;
175         _sigwaitinfo;
176         _sleep;
177         _spinlock;
178         _spinlock_debug;
179         _spinunlock;
180         _system;
181         _tcdrain;
182         _vfork;
183         _wait;
184         _waitpid;
185         accept;
186         aio_suspend;
187         close;
188         connect;
189         creat;
190         execve;
191         fcntl;
192         fork;
193         fsync;
194         msync;
195         nanosleep;
196         open;
197         pause;
198         poll;
199         pselect;
200         pthread_atfork;
201         pthread_barrier_destroy;
202         pthread_barrier_init;
203         pthread_barrier_wait;
204         pthread_barrierattr_destroy;
205         pthread_barrierattr_getpshared;
206         pthread_barrierattr_init;
207         pthread_barrierattr_setpshared;
208         pthread_attr_destroy;
209         pthread_attr_get_np;
210         pthread_attr_getdetachstate;
211         pthread_attr_getguardsize;
212         pthread_attr_getinheritsched;
213         pthread_attr_getschedparam;
214         pthread_attr_getschedpolicy;
215         pthread_attr_getscope;
216         pthread_attr_getstack;
217         pthread_attr_getstackaddr;
218         pthread_attr_getstacksize;
219         pthread_attr_init;
220         pthread_attr_setcreatesuspend_np;
221         pthread_attr_setdetachstate;
222         pthread_attr_setguardsize;
223         pthread_attr_setinheritsched;
224         pthread_attr_setschedparam;
225         pthread_attr_setschedpolicy;
226         pthread_attr_setscope;
227         pthread_attr_setstack;
228         pthread_attr_setstackaddr;
229         pthread_attr_setstacksize;
230         pthread_cancel;
231         pthread_cleanup_pop;
232         pthread_cleanup_push;
233         pthread_cond_broadcast;
234         pthread_cond_destroy;
235         pthread_cond_init;
236         pthread_cond_signal;
237         pthread_cond_timedwait;
238         pthread_cond_wait;
239         pthread_condattr_destroy;
240         pthread_condattr_getclock;
241         pthread_condattr_getpshared;
242         pthread_condattr_init;
243         pthread_condattr_setclock;
244         pthread_condattr_setpshared;
245         pthread_create;
246         pthread_detach;
247         pthread_equal;
248         pthread_exit;
249         pthread_getconcurrency;
250         pthread_getprio;
251         pthread_getschedparam;
252         pthread_getspecific;
253         pthread_join;
254         pthread_key_create;
255         pthread_key_delete;
256         pthread_kill;
257         pthread_main_np;
258         pthread_multi_np;
259         pthread_mutex_destroy;
260         pthread_mutex_getprioceiling;
261         pthread_mutex_init;
262         pthread_mutex_lock;
263         pthread_mutex_setprioceiling;
264         pthread_mutex_timedlock;
265         pthread_mutex_trylock;
266         pthread_mutex_unlock;
267         pthread_mutexattr_destroy;
268         pthread_mutexattr_getkind_np;
269         pthread_mutexattr_getprioceiling;
270         pthread_mutexattr_getprotocol;
271         pthread_mutexattr_getpshared;
272         pthread_mutexattr_gettype;
273         pthread_mutexattr_init;
274         pthread_mutexattr_setkind_np;
275         pthread_mutexattr_setprioceiling;
276         pthread_mutexattr_setprotocol;
277         pthread_mutexattr_setpshared;
278         pthread_mutexattr_settype;
279         pthread_once;
280         pthread_resume_all_np;
281         pthread_resume_np;
282         pthread_rwlock_destroy;
283         pthread_rwlock_init;
284         pthread_rwlock_rdlock;
285         pthread_rwlock_timedrdlock;
286         pthread_rwlock_timedwrlock;
287         pthread_rwlock_tryrdlock;
288         pthread_rwlock_trywrlock;
289         pthread_rwlock_unlock;
290         pthread_rwlock_wrlock;
291         pthread_rwlockattr_destroy;
292         pthread_rwlockattr_getpshared;
293         pthread_rwlockattr_init;
294         pthread_rwlockattr_setpshared;
295         pthread_self;
296         pthread_set_name_np;
297         pthread_setcancelstate;
298         pthread_setcanceltype;
299         pthread_setconcurrency;
300         pthread_setprio;
301         pthread_setschedparam;
302         pthread_setspecific;
303         pthread_sigmask;
304         pthread_single_np;
305         pthread_spin_destroy;
306         pthread_spin_init;
307         pthread_spin_lock;
308         pthread_spin_trylock;
309         pthread_spin_unlock;
310         pthread_suspend_all_np;
311         pthread_suspend_np;
312         pthread_switch_add_np;
313         pthread_switch_delete_np;
314         pthread_testcancel;
315         pthread_timedjoin_np;
316         pthread_yield;
317         raise;
318         read;
319         readv;
320         recvfrom;
321         recvmsg;
322         select;
323         sem_close;
324         sem_destroy;
325         sem_getvalue;
326         sem_init;
327         sem_open;
328         sem_post;
329         sem_timedwait;
330         sem_trywait;
331         sem_unlink;
332         sem_wait;
333         sendmsg;
334         sendto;
335         sigaction;
336         sigaltstack;
337         sigpending;
338         sigprocmask;
339         sigsuspend;
340         sigwait;
341         sigwaitinfo;
342         sigtimedwait;
343         sleep;
344         system;
345         tcdrain;
346         usleep;
347         vfork;
348         wait;
349         wait4;
350         waitpid;
351         write;
352         writev;
353
354         # Debugger needs these.
355         _libthread_xu_debug;
356         _thread_active_threads;
357         _thread_bp_create;
358         _thread_bp_death;
359         _thread_event_mask;
360         _thread_keytable;
361         _thread_last_event;
362         _thread_list;
363         _thread_max_keys;
364         _thread_off_attr_flags;
365         _thread_off_event_buf;
366         _thread_off_event_mask;
367         _thread_off_key_allocated;
368         _thread_off_key_destructor;
369         _thread_off_next;
370         _thread_off_report_events;
371         _thread_off_state;
372         _thread_off_tcb;
373         _thread_off_tid;
374         _thread_size_key;
375         _thread_state_running;
376         _thread_state_zoombie;
377 local:
378         *;
379 };