- 時間撮記:
- 2015-8-14 下午03:16:38 (10 年 以前)
- svn:sync-xref-src-repo-rev:
- 102121
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Runtime/r3/freebsd/fileaio-freebsd.cpp
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #define LOG_GROUP RTLOGGROUP_FILE 32 32 #include <iprt/asm.h> … … 49 49 #include <fcntl.h> 50 50 51 /******************************************************************************* 52 * Structures and Typedefs * 53 *******************************************************************************/ 51 52 /********************************************************************************************************************************* 53 * Structures and Typedefs * 54 *********************************************************************************************************************************/ 54 55 /** 55 56 * Async I/O completion context state. … … 102 103 103 104 104 /******************************************************************************* 105 * Defined Constants And Macros *106 ******************************************************************************* /105 /********************************************************************************************************************************* 106 * Defined Constants And Macros * 107 *********************************************************************************************************************************/ 107 108 /** The max number of events to get in one call. */ 108 109 #define AIO_MAXIMUM_REQUESTS_PER_CONTEXT 64
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器