projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wxSizerFlags name fix, accessors only available to wxSizer (supposively :))
[wxWidgets.git]
/
src
/
unix
/
threadpsx.cpp
diff --git
a/src/unix/threadpsx.cpp
b/src/unix/threadpsx.cpp
index 429b2a292c461b8597199ba668511fbb3f84ddc5..3da088548daaf881646ef59286630d172693e54c 100644
(file)
--- a/
src/unix/threadpsx.cpp
+++ b/
src/unix/threadpsx.cpp
@@
-678,7
+678,7
@@
public:
private:
pthread_t m_threadId; // id of the thread
wxThreadState m_state; // see wxThreadState enum
private:
pthread_t m_threadId; // id of the thread
wxThreadState m_state; // see wxThreadState enum
- int m_prio; // in wxWi
ndow
s units: from 0 to 100
+ int m_prio; // in wxWi
dget
s units: from 0 to 100
// this flag is set when the thread should terminate
bool m_cancelled;
// this flag is set when the thread should terminate
bool m_cancelled;
@@
-969,7
+969,7
@@
void wxThread::Yield()
void wxThread::Sleep(unsigned long milliseconds)
{
void wxThread::Sleep(unsigned long milliseconds)
{
- wx
Us
leep(milliseconds);
+ wx
MilliS
leep(milliseconds);
}
int wxThread::GetCPUCount()
}
int wxThread::GetCPUCount()