Function report |
Source Code:kernel\kthread.c |
Create Date:2022-07-28 09:30:07 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kthread_freezable_should_stop - should this freezable kthread return now?*@was_frozen: optional out parameter, indicates whether %current was frozen* kthread_should_stop() for freezable kthreads, which will enter* refrigerator if necessary
Proto:bool kthread_freezable_should_stop(bool *was_frozen)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
bool * | was_frozen |
141 | bool frozen = false |
143 | might_sleep() |
145 | If Value for the false possibility is greater at compile time(freezing(current process)) Then frozen = Refrigerator is place where frozen processes are stored :-). |
148 | If was_frozen Then was_frozen = frozen |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |