☰
In kernel::prelude
Macros
build_assert
current
init
pin_init
pr_alert
pr_crit
pr_debug
pr_emerg
pr_err
pr_info
pr_notice
pr_warn
static_assert
try_init
try_pin_init
?
Macro
kernel
::
prelude
::
current
source
·
[
−
]
macro_rules!
current { () => { ... }; }
Expand description
Returns the currently running task.
This documentation is an old archive. Please see
https://rust.docs.kernel.org
instead.