slog_ttable.h

来自「MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程」· C头文件 代码 · 共 50 行

H
50
字号
#if !defined ( _SLOG )#include "slog.h"#endif  /*  if !defined ( _SLOG )  */int SLOG_TTAB_IsDuplicated( const SLOG_threadinfo_table_t  *ttable,                            const SLOG_threadinfo_t        *in_thread );int SLOG_TTAB_Open( SLOG_STREAM  *slog );int SLOG_TTAB_AddThreadInfo(       SLOG_STREAM       *slog,                             const SLOG_nodeID_t      in_node_id,                             const SLOG_threadID_t    in_thread_id,                             const SLOG_OSprocessID_t in_OSprocess_id,                             const SLOG_OSthreadID_t  in_OSthread_id,                             const SLOG_appID_t       in_app_id );int SLOG_TTAB_Close( SLOG_STREAM  *slog );void SLOG_TTAB_Free( SLOG_threadinfo_table_t *ttable );int SLOG_TTAB_ReadThreadInfos( SLOG_STREAM  *slog );void SLOG_TTAB_Print( FILE* fd, const SLOG_threadinfo_table_t *ttable );void SLOG_ThInfo_Assign(       SLOG_threadinfo_t   *threadinfo,                         const SLOG_nodeID_t        in_node_id,                         const SLOG_threadID_t      in_thread_id,                         const SLOG_OSprocessID_t   in_OSprocess_id,                         const SLOG_OSthreadID_t    in_OSthread_id,                         const SLOG_appID_t         in_app_id );void SLOG_ThInfo_Print( const SLOG_threadinfo_t *thread, FILE *fd );int SLOG_ThInfo_WriteToFile( const SLOG_threadinfo_t *thread, FILE *fd );int SLOG_ThInfo_ReadFromFile( SLOG_threadinfo_t *thread, FILE *fd );int SLOG_ThInfo_IsKeyEqualTo( const SLOG_threadinfo_t *thread1,                              const SLOG_threadinfo_t *thread2 );int SLOG_ThInfo_IsValueEqualTo( const SLOG_threadinfo_t *thread1,                                const SLOG_threadinfo_t *thread2 );int SLOG_ThInfo_IsEqualTo( const SLOG_threadinfo_t *thread1,                           const SLOG_threadinfo_t *thread2 );

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?