rcu_barrier_tasks(9) Wait for in-flight call_rcu_tasks callbacks.

SYNOPSIS

void rcu_barrier_tasks(void);

ARGUMENTS

void

no arguments

DESCRIPTION

Although the current implementation is guaranteed to wait, it is not obligated to, for example, if there are no pending callbacks.

COPYRIGHT