36int xtc_preempt_arm(int64_t interval_ns);
39int xtc_preempt_disarm(
void);
50void xtc_preempt_set_involuntary(
int on);
54int xtc_preempt_supported(
void);
58uint64_t xtc_preempt_ticks(
void);
62int xtc_preempt_tick_pending(
void);
78void __xtc_unsafe_enter(
void);
79void __xtc_unsafe_leave(
void);
80int __xtc_unsafe_depth(
void);
94int __xtc_mtx_lock(pthread_mutex_t *m);
95int __xtc_mtx_unlock(pthread_mutex_t *m);