Displaying 2 results from an estimated 2 matches for "below_normal".
2008 May 18
2
Pure win32-thread library?
...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_TIME_CRITICAL
VERSION = ''0.1.0'...
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