LabVIEW does not give the programmer the ablity to force threads to
run on a particular processor. This is handled by the OS. You might
want to read the document, Using LabVIEW to Create Multithreaded VIs
for
Maximum Performance and Reliability, found on the LabVIEW bookshelf
(open LabVIEW >> help >> search the LabVIEW bookshelf). It discusses
how LabIVEW uses threads and shows you how to force a subVI to run in
its own thread. I recommend just writing your code and let LabVIEW
handle the details.