Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cocos/cocos-engine
/ wait
Method
wait
native/cocos/base/threading/Semaphore.cpp:37–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
void Semaphore::wait() noexcept {
38
_semaphore.wait();
39
}
40
41
void Semaphore::signal(int count) noexcept {
42
_semaphore.signal(count);
Callers
12
networkThread
Method · 0.45
networkThread
Method · 0.45
close
Method · 0.45
threadFunc
Method · 0.45
decodeToPcm
Method · 0.45
setThread
Method · 0.45
waitForAll
Method · 0.45
kickAndWait
Method · 0.45
terminateConsumerThread
Method · 0.45
readMessage
Method · 0.45
addThread
Method · 0.45
ThreadTasks
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected