Suppose you have a multithreaded program with 3 threads. One thread spends most of its time in a busy waiting loop. The other two threads are tightly coupled so that they one thread is often waiting on the other. What kind of threads would provide the most efficient execution