MCPcopy Create free account
hub / github.com/apache/nuttx / nxtask_joindestroy

Function nxtask_joindestroy

sched/task/task_join.c:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 ****************************************************************************/
50
51void nxtask_joindestroy(FAR struct tcb_s *tcb)
52{
53 nxsem_destroy(&tcb->join_sem);
54}
55
56/****************************************************************************
57 * Name: nxtask_joininit

Callers 2

nxsched_release_tcbFunction · 0.85
nxtask_initFunction · 0.85

Calls 1

nxsem_destroyFunction · 0.85

Tested by

no test coverage detected