Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ release
Method
release
components/libc/cplusplus/os/cxx_Semaphore.cpp:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void Semaphore::release(void)
32
{
33
rt_sem_release(&mID);
34
}
35
36
Semaphore::~Semaphore()
37
{
Callers
7
run
Method · 0.80
rt_mbox_release
Function · 0.80
notify_all_at_thread_exit
Function · 0.80
remoteproc_load
Function · 0.80
remoteproc_load_noblock
Function · 0.80
remoteproc_load
Function · 0.80
remoteproc_load_noblock
Function · 0.80
Calls
1
rt_sem_release
Function · 0.85
Tested by
no test coverage detected