1/* 2 * $FreeBSD$ 3 */ 4 5FBSD_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}; 32