Aptiv interview question

difference between process thread and task in rtos

Interview Answer

Anonymous

Feb 15, 2020

Process thread : is a part of the process (one process can split into multiple threads that shares the same memory as process Task : is a part of thread , one thread can contain multiple tasks

1