summaryrefslogtreecommitdiff
path: root/source/module/monitor_timer.h
diff options
context:
space:
mode:
authorJohn Doe <[email protected]>2023-12-11 07:48:30 +0000
committerJohn Doe <[email protected]>2023-12-11 07:48:30 +0000
commit894a10c48642d4f2948a7f5ef0ec3e8a8bfbb5ab (patch)
tree0267f61f6ec4963d74aa627deb60f9208c4e17af /source/module/monitor_timer.h
parent40b3cb2a6036f42028170378de216197cc1d8998 (diff)
try to fix workqueue bug
Diffstat (limited to 'source/module/monitor_timer.h')
-rw-r--r--source/module/monitor_timer.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/module/monitor_timer.h b/source/module/monitor_timer.h
index 3fec723..25dc68d 100644
--- a/source/module/monitor_timer.h
+++ b/source/module/monitor_timer.h
@@ -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); \ No newline at end of file
+void cancel_all_hrTimer(void);
+
+// for work
+void cancel_all_work(void);
+void cancel_destory_all_work(void); \ No newline at end of file