struct hrtimer_sleep(9)

NAME

struct_hrtimer_sleeper - simple sleeper structure

SYNOPSIS

struct hrtimer_sleeper {
  struct hrtimer timer;
  struct task_struct * task;
};

MEMBERS

timer
embedded timer structure
task
task to wake up

DESCRIPTION

task is set to NULL, when the timer expires.

COPYRIGHT

Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout