Changeset 57358 in vbox for trunk/src/VBox/Runtime/common/misc/reqpool.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/reqpool.cpp
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <iprt/req.h> 32 32 #include "internal/iprt.h" … … 47 47 48 48 49 /******************************************************************************* 50 * Defined Constants And Macros *51 ******************************************************************************* /49 /********************************************************************************************************************************* 50 * Defined Constants And Macros * 51 *********************************************************************************************************************************/ 52 52 /** The max number of worker threads. */ 53 53 #define RTREQPOOL_MAX_THREADS UINT32_C(16384) … … 58 58 59 59 60 /******************************************************************************* 61 * Structures and Typedefs *62 ******************************************************************************* /60 /********************************************************************************************************************************* 61 * Structures and Typedefs * 62 *********************************************************************************************************************************/ 63 63 typedef struct RTREQPOOLTHREAD 64 64 {
Note:
See TracChangeset
for help on using the changeset viewer.