[ Previous | Next | Contents | Home | Search ]
AIX Version 4.3 Kernel and Subsystems Technical Reference, 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.

Implementation Specifics

The net_wakeup kernel service is part of Base Operating System (BOS) Runtime.

Related Information

The net_sleep kernel service.

Network Kernel Services in AIX Kernel Extensions and Device Support Programming Concepts.


[ Previous | Next | Contents | Home | Search ]