Age | Commit message (Collapse) | Author |
|
same thread
|
|
|
|
|
|
order to improve overall performance when an editing process is running
|
|
|
|
set to true to have this thread run at a lower priority
|
|
temporarily suspend their activities in case buffers run full
|
|
vsprintf()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
forces reload; cThread::EmergencyExit() replaced by ShutdownHandler.RequestEmergencyExit()
|
|
selection
|
|
actually kill the thread if the special value -1 is given
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
warnings with g++ 4.1.0
|
|
useful value on NPTL systems
|
|
|
|
|
|
|
|
reduce the priority of the section handler threads
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cCondVar; using pthread_cond_broadcast() instead of pthread_cond_signal() in cCondWait
|
|
|
|
cThread::Start(); removed 'running' from cThread
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|