sceadu
August 1st, 2005, 03:33 AM
Hi,
I have a process that runs 3 threads. 2 of these threads are linked by mutex while the 3rd thread is independent.
If any one of the linked thread is stalled (example, memory buffer problem), will the 3rd independent thread be affected.
Note that these 3 threads are all started by the same process.
I have a process that runs 3 threads. 2 of these threads are linked by mutex while the 3rd thread is independent.
If any one of the linked thread is stalled (example, memory buffer problem), will the 3rd independent thread be affected.
Note that these 3 threads are all started by the same process.