next up previous contents index
Next: 7.7.9 fs_malloc: Allocate memory Up: 7.7 Dependencies on the Previous: 7.7.7 fs_tsleep: Wait for

7.7.8 fs_wakeup: Wakeup any threads waiting on this channel

 

SYNOPSIS

#include <oskit/fs/fs.h>

void fs_wakeup(void *chan);

DIRECTION

filesystem library tex2html_wrap_inline32841 client OS

DESCRIPTION

This function awakens any threads waiting on this sleep channel.

A sleep channel is simply an identifier for an event; typically, chan will be the address of some variable used by the filesystem library.

PARAMETERS

chan
The sleep channel.



University of Utah Flux Research Group