|
|
| 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:
- Returns a handle to the created semaphore.
|
|