[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-dev] win32 priority
Tim,
Reading the code I have only found 3 cases
I tell you what I suppose they want to do
----------------------------------------in main
nova::thread_set_priority(0);
wants normal base prio
----------------------------------in server
#ifdef NOVA_TT_PRIORITY_RT
int priority = thread_priority_interval_rt().first;
thread_set_priority_rt(priority);
#else
int priority = thread_priority_interval().second;
thread_set_priority(priority);
#endif
both of them want hight prio
---------------------------------------in osc_server
#ifdef NOVA_TT_PRIORITY_RT
thread_set_priority_rt(thread_priority_interval_rt().first);
#endif
in osc_server wants normal prio
--------------callback_interpreter seem not to be used
Best
Victor
_______________________________________________
sc-dev mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/