Wakes up all sleepers waiting on the specified wait channel.
#include <sys/types.h> #include <sys/errno.h>
net_wakeup (chan) int chan;
chan | Specifies the wait channel. |
The net_wakeup service wakes up all network processes sleeping on the specified wait channel.
The net_wakeup kernel service can be called from either the process or interrupt environment.
The net_wakeup service has no return values.
The net_wakeup kernel service is part of Base Operating System (BOS) Runtime.
The net_sleep kernel service.
Network Kernel Services in AIX Kernel Extensions and Device Support Programming Concepts.