Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ native_handle
Method
native_handle
src/core/thread/mutex.cpp:86–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
void *Mutex::native_handle()
87
{
88
#if CROWN_PLATFORM_WINDOWS
89
return &_priv->cs;
90
#else
91
return &_priv->mutex;
92
#endif
93
}
94
95
} // namespace crown
Callers
1
wait
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected