Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ unfreezestr(D3DK) — Motorola System V 88k Release 4 Version 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

unfreezestr(D3DK)  —  

.IX \f4unfreezestr\fP(D3DK)

NAME

unfreezestr − unfreeze the state of a stream

SYNOPSIS

#include <sys/types.h>
#include <sys/stream.h>
void unfreezestr(queue_t ∗q, pl_t pl);

ARGUMENTS

qPointer to a message queue. 

plThe interrupt priority level to be set (if the implementation requires that interrupts be blocked in order to prevent deadlock) after unfreezing the stream.  See LOCK_ALLOC(D3DK) for a list of valid values for pl.  pl should be the value that was returned from the corresponding call to freezestr(D3DK) unless the caller has a specific need to set some other interrupt priority level.  Although portable drivers must always specify an appropriate pl argument, implementations which do not require that the interrupt priority level be raised while the stream is frozen may choose to ignore this argument. 

DESCRIPTION

With the current release of STREAMs, it is no longer necessary to freeze/unfreeze a stream.  The freezestr/unfreezestr calls in the current implementation of STREAMs are stub routines which provide backward compatibility for old modules which used these calls. 

DDI/DKI  —  STREAMS

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026