June 17, 2015
5:01 a.m.
I see the macro in the include/linux/sched.h #define __set_current_state(state_value) \ do { current->state = (state_value); } while (0) Why define it like this? What's the meaning of while? mudongliang