Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ rt_ref_read
Function
rt_ref_read
components/utilities/libadt/ref/ref.h:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
rt_inline unsigned int rt_ref_read(struct rt_ref *r)
34
{
35
return rt_atomic_load(&r->refcount);
36
}
37
38
/**
39
* ref_get
Callers
9
rt_pci_ep_unregister
Function · 0.85
dm_power_domain_is_free
Function · 0.85
rt_dm_power_domain_power_on
Function · 0.85
rt_dm_power_domain_power_off
Function · 0.85
rt_ofw_node_destroy
Function · 0.85
rt_ofw_node_get
Function · 0.85
rt_ofw_node_put
Function · 0.85
rt_clk_unregister
Function · 0.85
rt_regulator_unregister
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected