Mount Fuji Engine  0.8b
MF_API MFMutex MFThread_CreateMutex ( const char *  pName)

Creates a mutex object that can be used to block a thread from accessing mutually exclusive data while another thread is already accessing it.

Parameters
pNameName to identify the mutex.
Returns
A handle to the created mutex.