MCPcopy 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
31void Semaphore::release(void)
32{
33 rt_sem_release(&mID);
34}
35
36Semaphore::~Semaphore()
37{

Callers 7

runMethod · 0.80
rt_mbox_releaseFunction · 0.80
remoteproc_loadFunction · 0.80
remoteproc_load_noblockFunction · 0.80
remoteproc_loadFunction · 0.80
remoteproc_load_noblockFunction · 0.80

Calls 1

rt_sem_releaseFunction · 0.85

Tested by

no test coverage detected