MCPcopy Index your code
hub / github.com/RT-Thread/rt-thread / lwp_user_object_lock_destroy

Function lwp_user_object_lock_destroy

components/lwp/lwp_pid.c:409–412  ·  view source on GitHub ↗

* @brief Destroy the user object lock for a lightweight process * * @param[in,out] lwp The lightweight process structure whose object lock needs destruction */

Source from the content-addressed store, hash-verified

407 * @param[in,out] lwp The lightweight process structure whose object lock needs destruction
408 */
409void lwp_user_object_lock_destroy(struct rt_lwp *lwp)
410{
411 rt_mutex_detach(&lwp->object_mutex);
412}
413
414/**
415 * @brief Lock the user object lock for a lightweight process

Callers 2

lwp_createFunction · 0.85
lwp_freeFunction · 0.85

Calls 1

rt_mutex_detachFunction · 0.85

Tested by

no test coverage detected