4 - Parallel Programming with Threads and Tasks Flashcards
1
Q
thread pinning
A
binding and unbinding of a process or a thread to a central processing unit (CPU) or a range of CPUs, so that the process or thread will execute only on the designated CPU or CPUs rather than any CPU.
2
Q
work stealing
A
load-balancing thread distribute task