cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
thread context switch
thread context switch
Aug 14, 2009 at 6:51am UTC
prasadi
(23)
1. If a thread goes to sleep state(or nanosleep) will context switch happens??
2. If a thread is waiting conditionally on a queue i.e., a call to
cond_wait_queue
will context switch happens?
Aug 14, 2009 at 12:09pm UTC
jsmith
(5804)
yes and yes
Aug 17, 2009 at 5:33am UTC
prasadi
(23)
Thanks a lot smith
Topic archived. No new replies allowed.