1228904Sed/*
2228904Sed * $FreeBSD$
3228904Sed */
4228904Sed
5228904SedFBSD_1.3 {
6228904Sed	call_once;
7228904Sed	cnd_broadcast;
8228904Sed	cnd_destroy;
9228904Sed	cnd_init;
10228904Sed	cnd_signal;
11228904Sed	cnd_timedwait;
12228904Sed	cnd_wait;
13228904Sed	mtx_destroy;
14228904Sed	mtx_init;
15228904Sed	mtx_lock;
16228904Sed	mtx_timedlock;
17228904Sed	mtx_trylock;
18228904Sed	mtx_unlock;
19228904Sed	thrd_create;
20228904Sed	thrd_current;
21228904Sed	thrd_detach;
22228904Sed	thrd_equal;
23228904Sed	thrd_exit;
24228904Sed	thrd_join;
25228904Sed	thrd_sleep;
26228904Sed	thrd_yield;
27228904Sed	tss_create;
28228904Sed	tss_delete;
29228904Sed	tss_get;
30228904Sed	tss_set;
31228904Sed};
32