18#ifndef XTC_PREEMPT_INT_H
19#define XTC_PREEMPT_INT_H
21#include "xtc_export.h"
39XTC_API
void __xtc_unsafe_enter(
void);
40XTC_API
void __xtc_unsafe_leave(
void);
41XTC_API
int __xtc_unsafe_depth(
void);
55int __xtc_mtx_lock(pthread_mutex_t *m);
56int __xtc_mtx_unlock(pthread_mutex_t *m);
66XTC_API
int __xtc_preempt_involuntary_enabled(
void);