rtmonuse.h
来自「RTEMS (Real-Time Executive for Multiproc」· C头文件 代码 · 共 27 行
H
27 行
/* * $Id: rtmonuse.h,v 1.1.10.1 2004/09/17 16:59:37 joel Exp $ */#ifndef __RATE_MONOTONIC_USAGE_h#define __RATE_MONOTONIC_USAGE_h#ifdef __cplusplusextern "C" {#endifvoid Period_usage_Initialize( void );void Period_usage_Reset( void );void Period_usage_Update( rtems_id id);void Period_usage_Dump( void );#ifdef __cplusplus}#endif#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?