7int xtc_proc_set_class __P((xtc_exec_class_t));
8int xtc_proc_set_userdata __P((
void *));
9int xtc_cfg_load_file __P((
const char *));
10int xtc_cfg_reload __P((
void));
11int xtc_dispatch __P((xtc_loop_t *,
int (*)(
void *),
void *, xtc_future_t **, xtc_dispatch_handle_t **));
12int xtc_dispatch_cancel __P((xtc_dispatch_handle_t *));
13int __xtc_proc_crit_depth __P((
void));
14int __xtc_unsafe_depth __P((
void));
15int xtc_aio_fdatasync __P((
int));
16int xtc_aio_fsync __P((
int));
17int xtc_aio_pread __P((
int,
void *, uint32_t, int64_t));
18int xtc_aio_preadv __P((
int,
const struct iovec *,
int, int64_t));
19int xtc_aio_pwrite __P((
int,
const void *, uint32_t, int64_t));
20int xtc_aio_pwritev __P((
int,
const struct iovec *,
int, int64_t));
21int xtc_alloc_audit_enable __P((
int));
22int xtc_blocking_run_off_loop __P((
int (*)(
void *),
void *,
int *));
23int xtc_blocking_submit __P((
int (*)(
void *),
void *));
24int xtc_bracket __P((
int (*)(
void **,
void *),
int (*)(
void *,
void *),
void (*)(
void *,
void *),
void *));
25int xtc_cancel_poll __P((
int (*)(
void *),
void *));
26int xtc_cancel_requested __P((
void));
27int xtc_crash_handler_install __P((
void));
28int xtc_down_decode __P((
const void *,
size_t,
xtc_pid_t *,
int *));
31int xtc_exit_self __P((
int));
32int xtc_fault_guard_install __P((
void));
33int xtc_inject_check __P((
const char *));
35int xtc_monitor __P((
xtc_pid_t, uint64_t *));
36int xtc_preempt_arm __P((int64_t));
37int xtc_preempt_disarm __P((
void));
38int xtc_preempt_supported __P((
void));
39int xtc_preempt_tick_pending __P((
void));
40int xtc_proc_at_exit __P((
void (*)(
void *),
void *));
42int xtc_proc_recovery_track __P((
void (*)(
void *),
void *));
43int xtc_proc_recovery_track_fd __P((
int));
44int xtc_proc_recovery_track_locks __P((
void *, uint64_t,
void (*)(
void *, uint64_t)));
45int xtc_proc_recovery_track_mctx __P((
struct xtc_mctx *));
46int xtc_proc_recovery_untrack_fd __P((
int));
47int xtc_proc_sleep __P((int64_t));
50int xtc_proc_spawn_monitor __P((xtc_loop_t *, xtc_proc_fn,
void *,
const xtc_proc_opts_t *,
xtc_pid_t *, uint64_t *));
51int xtc_proc_wait_fd __P((
int, uint32_t, int64_t, uint32_t *));
53int xtc_recv __P((
void **,
size_t *, int64_t));
54int xtc_recv_correlate __P((
const void *,
size_t,
int,
xtc_msg_t *,
int *, int64_t));
55int xtc_recv_match __P((xtc_match_fn,
void *,
void **,
size_t *, int64_t));
56int xtc_res_acquire __P((
xtc_res_t *, xtc_res_kind_t, int64_t));
58int xtc_res_set_alert __P((
xtc_res_t *, xtc_res_kind_t,
double));
59int xtc_res_set_alert_fn __P((
xtc_res_t *,
void (*)(xtc_res_kind_t, int64_t, int64_t,
void *),
void *));
60int xtc_scope_defer __P((xtc_scope_t *, xtc_finalizer_fn,
void *));
61int xtc_send __P((
xtc_pid_t,
const void *,
size_t));
62int xtc_trace_causal_dump __P((
xtc_pid_t, xtc_causal_fn,
void *));
63int xtc_trace_causal_enable __P((
int));
64int xtc_uncancelable __P((
int (*)(
void *),
void *));
66int64_t xtc_res_high __P((
const xtc_res_t *, xtc_res_kind_t));
67int64_t xtc_res_rejects __P((
const xtc_res_t *, xtc_res_kind_t));
68int64_t xtc_res_used __P((
const xtc_res_t *, xtc_res_kind_t));
69long xtc_lwlock_track_violations __P((
void));
70struct xtc_mctx *xtc_proc_mctx __P((
void));
71uint64_t xtc_preempt_ticks __P((
void));
72uint64_t xtc_tail_dropped __P((
void));
73void __xtc_proc_ctx_restore __P((
void *));
74void *__xtc_proc_ctx_save __P((
void));
75void *xtc_proc_userdata __P((
void));
76void __xtc_unsafe_enter __P((
void));
77void __xtc_unsafe_leave __P((
void));
78void xtc_alloc_audit_proc_leaks __P((
xtc_pid_t,
size_t *,
size_t *));
79void xtc_alloc_audit_stats __P((
size_t *,
size_t *));
80void xtc_dispatch_handle_free __P((xtc_dispatch_handle_t *));
81void xtc_dump __P((
int));
82void xtc_lwlock_track_enable __P((
int));
83void xtc_lwlock_track_reset __P((
void));
84void xtc_lwlock_track_set_handler __P((xtc_lwlock_track_fn,
void *));
85void xtc_panic __P((
const char *,
int,
const char *, ...));
86void xtc_preempt_set_involuntary __P((
int));
87void xtc_proc_critical_enter __P((
void));
88void xtc_proc_critical_leave __P((
void));
89void xtc_proc_recovery_cleanup __P((
void));
90void xtc_proc_recovery_disarm __P((
void));
91void xtc_res_release __P((
xtc_res_t *, xtc_res_kind_t, int64_t));
92void xtc_res_set_cap __P((
xtc_res_t *, xtc_res_kind_t, int64_t));
93void xtc_scope_close __P((xtc_scope_t *));
94void xtc_tuning_check __P((
void));
96xtc_scope_t *xtc_scope_open __P((
void));