xref: /freebsd/lib/libstdthreads/Symbol.map (revision 42b388439bd3795e09258c57a74ce9eec3651c7b)
1*fc6f0665SEd Schouten/*
2*fc6f0665SEd Schouten */
3*fc6f0665SEd Schouten
4*fc6f0665SEd SchoutenFBSD_1.3 {
5*fc6f0665SEd Schouten	call_once;
6*fc6f0665SEd Schouten	cnd_broadcast;
7*fc6f0665SEd Schouten	cnd_destroy;
8*fc6f0665SEd Schouten	cnd_init;
9*fc6f0665SEd Schouten	cnd_signal;
10*fc6f0665SEd Schouten	cnd_timedwait;
11*fc6f0665SEd Schouten	cnd_wait;
12*fc6f0665SEd Schouten	mtx_destroy;
13*fc6f0665SEd Schouten	mtx_init;
14*fc6f0665SEd Schouten	mtx_lock;
15*fc6f0665SEd Schouten	mtx_timedlock;
16*fc6f0665SEd Schouten	mtx_trylock;
17*fc6f0665SEd Schouten	mtx_unlock;
18*fc6f0665SEd Schouten	thrd_create;
19*fc6f0665SEd Schouten	thrd_current;
20*fc6f0665SEd Schouten	thrd_detach;
21*fc6f0665SEd Schouten	thrd_equal;
22*fc6f0665SEd Schouten	thrd_exit;
23*fc6f0665SEd Schouten	thrd_join;
24*fc6f0665SEd Schouten	thrd_sleep;
25*fc6f0665SEd Schouten	thrd_yield;
26*fc6f0665SEd Schouten	tss_create;
27*fc6f0665SEd Schouten	tss_delete;
28*fc6f0665SEd Schouten	tss_get;
29*fc6f0665SEd Schouten	tss_set;
30*fc6f0665SEd Schouten};
31