adspace
if thread a,b,c have Max,Min,Normal priorty what is N0. in
below set they correspond to.Something like (2,0,1)
Answer Posted / Neeraj Ambesh
In the given example with threads A having maximum priority, B with minimum priority, and C with normal priority, there would not be an explicit value for 'N0'. In Windows Threads, priority levels are assigned based on their order within the set: Maximum, High (or Above Normal), Normal, Low (or Below Normal), Minimum. In this case, (2, 0, 1) corresponds to thread A with maximum priority, thread B with minimum priority, and thread C with normal priority.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers