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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

work stealing

A

load-balancing thread distribute task

How well did you know this?
1
Not at all
2
3
4
5
Perfectly