- Timestamp:
- Mar 10, 2009 8:58:20 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/SessionImpl.cpp
r17180 r17600 1005 1005 ::WaitForSingleObject (mIPCThreadSem, INFINITE); 1006 1006 ::CloseHandle (mIPCThreadSem); 1007 1008 mIPCThreadSem = NULL; 1009 mIPCSem = NULL; 1007 1010 } 1008 1011 … … 1036 1039 ::sembuf sop = { 0, 1, SEM_UNDO }; 1037 1040 ::semop (mIPCSem, &sop, 1); 1041 1042 mIPCSem = -1; 1038 1043 } 1039 1044
Note:
See TracChangeset
for help on using the changeset viewer.