Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
kzs_sleep.h File Reference

Allows suspending the execution of current thread. More...

Functions

KZ_HEADER_BEGIN void kzsSleep (kzUint milliseconds)
 Suspends the execution of current thread until the time-out interval elapses. More...
 

Detailed Description

Allows suspending the execution of current thread.

Copyright 2008-2019 by Rightware. All rights reserved.

Function Documentation

KZ_HEADER_BEGIN void kzsSleep ( kzUint  milliseconds)

Suspends the execution of current thread until the time-out interval elapses.