VxWorks Reference Manual : Libraries
rBuffLib - dynamic ring buffer (rBuff) library
wvRBuffMgrPrioritySet( ) - set the priority of the WindView rBuff manager (WindView)
This library contains a routine for changing the default priority of the rBuff manager task.
rBuffLib, memLib, rngLib, VxWorks Programmer's Guide: Basic OS
wvRBuffMgrPrioritySet( ) - set the priority of the WindView rBuff manager (WindView)
STATUS wvRBuffMgrPrioritySet ( int priority /* new priority */ )
This routine changes the priority of the tWvRBuffMgr task to the value of priority. Priorities range from 0, the highest priority, to 255, the lowest priority. If the task is not yet running, this priority is used when it is spawned.
OK, or ERROR if the priority can not be set.
rBuffLib, taskPrioritySet( ), VxWorks Programmer's Guide: Basic OS