Displaying 2 results from an estimated 2 matches for "thread_priority_time_crit".
2008 May 18
2
Pure win32-thread library?
...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''
WinThreadFunc = API::Callback.new(''L'', ''L''){ |args|
block = args.pop
block.call(args)
ReleaseMutex(@@mutex)
}
attr_reader :thread_id
def initialize(*args,...
2004 Aug 06
3
Some simple questions
I'm being PHBed into a VOIP project, and Speex sprang to mind. Bandwidth is
going to be a fairly serious issue for us. With regards to a Speex
enc/decoder, I was wondering: Rick Kane and David Siebert have already asked
about this, but seem to have gotten very different responses - the former a
call to arms, and the latter a "well, if you do it, it'll get done." What's
the