pub type fdf_non_inlined_stats_t = fdf_non_inlined_stats;Aliased Type§
#[repr(C)]pub struct fdf_non_inlined_stats_t {
pub allow_sync_calls: u64,
pub parallel_dispatch: u64,
pub task: u64,
pub unknown_thread: u64,
pub reentrant: u64,
pub channel_wait_not_yet_registered: u64,
pub no_thread_migration: u64,
}Fields§
§allow_sync_calls: u64§parallel_dispatch: u64§task: u64§unknown_thread: u64§reentrant: u64§channel_wait_not_yet_registered: u64§no_thread_migration: u64