0
Threads type and core and context switching
Thread in c++ created are user level thread or kernel level thread ? Also, if those threads are always doing context switching or can work on different core if available ? If they can be on different core , our memory of one perticular process is accessible to all cores or one or two? We can't be sharing process memory to all cores. Right ? Also, thread are example of concurrency or parallelism ?
0 Answers