MCPcopy 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

sendCommandMethod · 0.45
stopMethod · 0.45
startMethod · 0.45
searchFilesAsyncMethod · 0.45
runInMainSyncMethod · 0.45
workMethod · 0.45
waitForTaskMethod · 0.45
dora_threaded_read_fileFunction · 0.45
workerMethod · 0.45
SDL_CondWaitTimeoutFunction · 0.45
LaunchMethod · 0.45

Calls 4

pthread_mutex_lockFunction · 0.85
pthread_mutex_unlockFunction · 0.85
clock_gettimeFunction · 0.70
addFunction · 0.70

Tested by

no test coverage detected