TSMutexLock

Synopsis

#include <ts/ts.h>
void TSMutexLock(TSMutex mutexp)

Description

Locks the mutex (recursively). Should only be called from a continuation handler function or a TSThread function.