1SET_NOTIFY_RESUME(9)           Kernel Internals           SET_NOTIFY_RESUME(9)
2
3
4

NAME

6       set_notify_resume - cause tracehook_notify_resume to be called
7

SYNOPSIS

9       void set_notify_resume(struct task_struct * task);
10

ARGUMENTS

12       task
13           task that will call tracehook_notify_resume
14

DESCRIPTION

16       Calling this arranges that task will call tracehook_notify_resume
17       before returning to user mode. If it´s already running in user mode, it
18       will enter the kernel and call tracehook_notify_resume soon. If it´s
19       blocked, it will not be woken.
20
21
22
23Kernel Hackers Manual 2.6.         June 2019              SET_NOTIFY_RESUME(9)
Impressum