1/* 2 */ 3 4FBSD_1.3 { 5 call_once; 6 cnd_broadcast; 7 cnd_destroy; 8 cnd_init; 9 cnd_signal; 10 cnd_timedwait; 11 cnd_wait; 12 mtx_destroy; 13 mtx_init; 14 mtx_lock; 15 mtx_timedlock; 16 mtx_trylock; 17 mtx_unlock; 18 thrd_create; 19 thrd_current; 20 thrd_detach; 21 thrd_equal; 22 thrd_exit; 23 thrd_join; 24 thrd_sleep; 25 thrd_yield; 26 tss_create; 27 tss_delete; 28 tss_get; 29 tss_set; 30}; 31