Searched defs:schedule (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUIUpdateManager.cpp408 void UIUpdateManager::schedule() function in class:UIUpdateManager
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptthread.c347 struct sched_param schedule; local
361 rv = pthread_attr_getschedparam(&tattr, &schedule);
363 schedule.sched_priority = pt_PriorityMap(priority);
364 rv = pthread_attr_setschedparam(&tattr, &schedule);
749 struct sched_param schedule; local
751 rv = pthread_getschedparam(thred->id, &policy, &schedule);
753 schedule.sched_priority = pt_PriorityMap(newPri);
754 rv = pthread_setschedparam(thred->id, policy, &schedule);
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 56 milliseconds