Changeset 24244 in vbox
- Timestamp:
- Nov 2, 2009 10:26:09 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/PDMThread.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMThread.cpp
r15540 r24244 897 897 898 898 /* 899 * This is a noop if the thread is already suspended. 900 */ 901 if (pThread->enmState == PDMTHREADSTATE_SUSPENDED) 902 return VINF_SUCCESS; 903 904 /* 899 905 * Change the state to resuming and kick the thread. 900 906 */
Note:
See TracChangeset
for help on using the changeset viewer.

