top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Is context switching possible in the process of function loading?

+4 votes
233 views

Say there is a function fun(p1, p2, p3, p4);
Is Context switching possible after pushing p1, p2 and before pushing p3 and p4 in stack ?

posted Nov 6, 2013 by Vikas Upadhyay

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+1 vote

while going through various synchronization mechanism like semaphore, mutex. I stopped at Monitor. I want to know how it is differ from semaphore and mutex. when use of monitor is preferable than semaphore and mutex ?

...