|
ReactOS 0.4.16-dev-1946-g52006dd
|


Go to the source code of this file.
Functions | |
| void * | FF_CreateSemaphore (void) |
| void | FF_PendSemaphore (void *pSemaphore) |
| void | FF_ReleaseSemaphore (void *pSemaphore) |
| void | FF_DestroySemaphore (void *pSemaphore) |
| void | FF_Yield (void) |
| void | FF_Sleep (FF_T_UINT32 TimeMs) |
Definition in file ff_safety.h.
| void FF_Sleep | ( | FF_T_UINT32 | TimeMs | ) |