]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/libstdthreads/Symbol.map
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / libstdthreads / Symbol.map
1 /*
2  * $FreeBSD$
3  */
4
5 FBSD_1.3 {
6         call_once;
7         cnd_broadcast;
8         cnd_destroy;
9         cnd_init;
10         cnd_signal;
11         cnd_timedwait;
12         cnd_wait;
13         mtx_destroy;
14         mtx_init;
15         mtx_lock;
16         mtx_timedlock;
17         mtx_trylock;
18         mtx_unlock;
19         thrd_create;
20         thrd_current;
21         thrd_detach;
22         thrd_equal;
23         thrd_exit;
24         thrd_join;
25         thrd_sleep;
26         thrd_yield;
27         tss_create;
28         tss_delete;
29         tss_get;
30         tss_set;
31 };