Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BinomialLLC/basis_universal
/ platform_sleep
Function
platform_sleep
encoder/basisu_enc.cpp:286–289 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
284
285
#if defined(_WIN32)
286
void platform_sleep(uint32_t ms)
287
{
288
Sleep(ms);
289
}
290
#else
291
void platform_sleep(uint32_t ms)
292
{
Callers
1
compress_photo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected