projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't merge msw/it.po with wxstd.pot during 'make allmo', it's manually maintained
[wxWidgets.git]
/
src
/
os2
/
thread.cpp
diff --git
a/src/os2/thread.cpp
b/src/os2/thread.cpp
index f4234f2d85a6500b9786c42e263a59fede7e44d6..f0b8e6068e537e7b8aee83eaf93c1a0fd604dc0c 100644
(file)
--- a/
src/os2/thread.cpp
+++ b/
src/os2/thread.cpp
@@
-569,13
+569,6
@@
void wxThread::Yield()
::DosSleep(0);
}
::DosSleep(0);
}
-void wxThread::Sleep(
- unsigned long ulMilliseconds
-)
-{
- ::DosSleep(ulMilliseconds);
-}
-
int wxThread::GetCPUCount()
{
ULONG CPUCount;
int wxThread::GetCPUCount()
{
ULONG CPUCount;
@@
-985,7
+978,7
@@
void WXDLLEXPORT wxWakeUpMainThread()
#endif
}
#endif
}
-void
WXDLLEXPORT wxMutexGuiEnter
()
+void
wxMutexGuiEnterImpl
()
{
// this would dead lock everything...
wxASSERT_MSG( !wxThread::IsMain(),
{
// this would dead lock everything...
wxASSERT_MSG( !wxThread::IsMain(),
@@
-1007,7
+1000,7
@@
void WXDLLEXPORT wxMutexGuiEnter()
gs_pCritsectGui->Enter();
}
gs_pCritsectGui->Enter();
}
-void
WXDLLEXPORT wxMutexGuiLeave
()
+void
wxMutexGuiLeaveImpl
()
{
wxCriticalSectionLocker enter(*gs_pCritsectWaitingForGui);
{
wxCriticalSectionLocker enter(*gs_pCritsectWaitingForGui);