Changeset 54413 in vbox
- Timestamp:
- Feb 24, 2015 3:00:41 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp
r54410 r54413 562 562 RTDECL(bool) RTMpOnPairIsConcurrentExecSupported(void) 563 563 { 564 return RTMpOnAllIsConcurrentSafe();564 return g_pfnrtKeIpiGenericCall != NULL; 565 565 } 566 566
Note:
See TracChangeset
for help on using the changeset viewer.