NAME

catmutex_lock - lock mutex

SYNOPSIS

#include <cat/cat.h>

#include <cat/catmutex.h>

void catmutex_lock(CATMUTEX *m);

DESCRIPTION

This function locks mutex m. The calling thread is suspended until the lock can be acquired.

SEE ALSO

cat, catutil

catmutex_unlock