Date: Tue, 19 May 2009 09:23:39 +0200 From: Hans Petter Selasky <hselasky@c2i.net> To: freebsd-hackers@freebsd.org Subject: Which priority do taskqueues have? Message-ID: <200905190923.39298.hselasky@c2i.net>
next in thread | raw e-mail | index | archive | help
Hi, I'm about to factor out some taskqueue-alike code from USB(II) and I need to know at which priority taskqueues are running. I know there is a priority argument which can be specified for TASK_INIT(), but tracing in the code shows that this is just a queue-priority. At which priority level is taskqueue code being [guaranteed to] run? --HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905190923.39298.hselasky>