Mount Fuji Engine
0.8b
Main Page
Modules
Data Structures
Files
Thread Management
MFMutex
MFSemaphore
MFThread
MFThread_CreateMutex
MFThread_CreateSemaphore
MFThread_CreateThread
MFThread_DestroyMutex
MFThread_DestroySemaphore
MFThread_DestroyThread
MFThread_ExitThread
MFThread_GetExitCode
MFThread_GetTls
MFThread_Join
MFThread_LockMutex
MFThread_ReleaseMutex
MFThread_SetTls
MFThread_SignalSemaphore
MFThread_TerminateThread
MFThread_TlsAlloc
MFThread_TlsFree
MFThread_WaitSemaphore
MFThreadEntryPoint
MFThreadFlags
MFThreadPriority
MFTls
MF_API
MFSemaphore
MFThread_CreateSemaphore
(
const char *
pName
,
int
maxCount
,
int
startCount
)
Createa a semaphore object that can be used for thread syncronisation.
Parameters
pName
Name to identify the semaphore.
maxCount
Maximum count for the semaphore.
startCount
Starting count for the semaphore.
Returns
A handle to the created semaphore.
Generated on Thu Sep 19 2013 00:34:55 for Mount Fuji Engine by
1.8.5