[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Technical Reference: Kernel and Subsystems, Volume 1

net_wakeup Kernel Service

Purpose

Wakes up all sleepers waiting on the specified wait channel.

Syntax

#include <sys/types.h>
#include <sys/errno.h>


net_wakeup ( chan)
int chan;

Parameter

chan Specifies the wait channel.

Description

The net_wakeup service wakes up all network processes sleeping on the specified wait channel.

Execution Environment

The net_wakeup kernel service can be called from either the process or interrupt environment.

Return Values

The net_wakeup service has no return values.

Related Information

The net_sleep kernel service.

Network Kernel Services in AIX 5L Version 5.2 Kernel Extensions and Device Support Programming Concepts.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]