search for: above_normal

Displaying 3 results from an estimated 3 matches for "above_normal".

2006 Apr 14
3
[ win32utils-Bugs-4101 ] create hash param
...one Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: create hash param Initial Comment: hi, problem with process, when I do pid = Process.create( :app_name => command[0], :creation_flags => Process::DETACHED_PROCESS||Process::ABOVE_NORMAL, :startf_flags=> Process::USESHOWWINDOW, :sw_flags => Process::SW_MINIMIZE ) it appear in the normal show windows, ane the ABOVE_NORMAL is''nt used. it seems that the parameters arent used . any help? ---------------------------------------------------------------------- You c...
2008 May 18
2
Pure win32-thread library?
...ndows/error'' include Windows module Win32 class Thread include Windows::Thread include Windows::Synchronize include Windows::Error extend Windows::Synchronize class Error < StandardError; end @@mutex = CreateMutex(nil, false, nil) ABOVE_NORMAL = THREAD_PRIORITY_ABOVE_NORMAL BELOW_NORMAL = THREAD_PRIORITY_BELOW_NORMAL HIGHEST = THREAD_PRIORITY_HIGHEST IDLE = THREAD_PRIORITY_IDLE LOWEST = THREAD_PRIORITY_LOWEST NORMAL = THREAD_PRIORITY_NORMAL CRITICAL = THREAD_PRIORITY_...
2004 Jul 31
3
Bug in new_work_item
Hi all, Windows 2000 Ruby 1.8.2 R7 VC++ 6.0 I noticed that if I try to call new_work_item and give the task a name that already exists, I get a segfault: C:\eclipse\workspace\win32-taskscheduler>ruby test.rb "0.1.0" test.rb:22:in `new_work_item'': NewWorkItem() function failed (Win32::TaskSchedul erError) from test.rb:22 test.rb:22: [BUG] Segmentation fault ruby