Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ funlockfile(3S) — bsd — Apollo Domain/OS SR10.4.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

flockfile(3S)

unlocked_getc(3S)

unlocked_putc(3S)

FUNLOCKFILE(3S)                      BSD                       FUNLOCKFILE(3S)



NAME
     funlockfile - unlock a stdio stream

SYNOPSIS
     #include <stdio.h>

     void funlockfile (FILE * stream );

DESCRIPTION
     The funlockfile function unlocks a stdio stream, causing the thread that
     had been holding the lock to relinquish exclusive use of the stream.

     Matching flockfile and funlockfile calls can be nested. If the stream has
     been locked recursively, then it will remain locked until the last
     matching funlockfile is called.

     Behavior is unspecified if the stream argument is not pointer to a valid
     FILE structure.

SEE ALSO
     flockfile(3S), unlocked_getc(3S), unlocked_putc(3S)

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