try to fix workqueue bug
This commit is contained in:
@@ -63,4 +63,8 @@ unsigned char timer_del_watch_by_pid(kernel_watch_timer *timer, pid_t pid);
|
||||
|
||||
extern enum hrtimer_restart check_variable_cb(struct hrtimer *timer); // callback
|
||||
void start_all_hrTimer(void);
|
||||
void cancel_all_hrTimer(void);
|
||||
void cancel_all_hrTimer(void);
|
||||
|
||||
// for work
|
||||
void cancel_all_work(void);
|
||||
void cancel_destory_all_work(void);
|
||||
Reference in New Issue
Block a user