j
k
j a
j l
Is it possible to change the priority of the boost::thread in windows? How do you do it?
Try passing the value returned from thread::native_handle() to SetThreadPriority WinAPI.
Back to the thread
Back to the list