Displaying 4 results from an estimated 4 matches for "setthreadpriority".
2008 May 18
2
Pure win32-thread library?
...ate
exit_code = [0].pack(''L'')
return nil unless TerminateThread(@thread, exit_code)
end
def exit
ExitThread(0)
end
def priority
GetThreadPriority(@thread)
end
def priority=(value)
unless SetThreadPriority(@thread, value)
raise Error, get_last_error
end
end
end
end
if $0 == __FILE__
t = Win32::Thread.new(''a'', ''b''){ |x, y| puts "Hello: #{x}, #{y}" }
t.join
end
2007 Mar 19
1
Hiccups on music even with the Implement_SetThreadPriority patch
...ion that plays
music files inside archive files (e.g. a mp3 album contained in a .rar
file).
Unfortunately Amarok doesn't support KIOs :-(
At first i was using the Debian unstable package, but the sound
glitched at lot.
So i built the latest version of wine, 0.9.20, after patching it with
the SetThreadPriority patch.
There was a reject file on configure.ac, but nothing important (+
sys/capability.h \).
My configure: configure --with-x
This wine build seems to work better than the one i had but i still get
annoying glitches on things like, switching tabs in firefox, lauching
xemacs, etc
On windows Fooba...
2006 Apr 28
5
Will they ever fix the DirectSound buffer underrun error?
I'm one of many many people who submitted a duplicate bug report when
this happened to me, without realising quite how old this problem is.
New Wine versions are coming thick and fast, but every few days someone
posts another report that the same problem exists in the latest version
with such-and-such a DirectX app.
Does anyone know if this is ever likely to be fixed?
CC
2007 Jul 27
0
Wine release 0.9.42
...imer.
dsound: Allow mixing the same buffer multiple times if we are looping.
Marcus Meissner (1):
crypt32: Fixed wrong allocation size.
Martin Fuchs (1):
shell32: Implementation of SheGetDirA/W and SheChangeDirA/W.
Matt Jones (2):
kernel32: Added test for bad arguments to SetThreadPriority, test for correct error value.
server: Only commit SetThreadPriority if new priority is correct.
Michael Stefaniuc (17):
shell32: Fix missing unlock on an error path. Found by Smatch.
wined3d: Remove unreachable code: break after return. Found by Smatch.
ntdll: Don't pr...