Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ wait
Method
wait
Source/3rdParty/bx/src/semaphore.cpp:69–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
bool Semaphore::wait(int32_t _msecs)
70
{
71
BX_UNUSED(_msecs);
72
return false;
73
}
74
#elif BX_PLATFORM_OSX \
75
|| BX_PLATFORM_IOS \
76
|| BX_PLATFORM_VISIONOS
Callers
15
sendCommand
Method · 0.45
messageboxShowMessageBox
Method · 0.45
stop
Method · 0.45
start
Method · 0.45
searchFilesAsync
Method · 0.45
runInMainSync
Method · 0.45
work
Method · 0.45
waitForTask
Method · 0.45
dora_threaded_read_file
Function · 0.45
worker
Method · 0.45
SDL_CondWaitTimeout
Function · 0.45
Launch
Method · 0.45
Calls
4
pthread_mutex_lock
Function · 0.85
pthread_mutex_unlock
Function · 0.85
clock_gettime
Function · 0.70
add
Function · 0.70
Tested by
no test coverage detected