Autotvm: on X86 does it spawn or fork processes and how to switch between the two?

Hi,

Does AutoTVM fork or spawn new processes? If it spawns, how do I change it to fork?
I am using it with external libraries on a x86 machine.