MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_sem_take_killable

Function rt_sem_take_killable

src/ipc.c:657–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655RTM_EXPORT(rt_sem_take_interruptible);
656
657rt_err_t rt_sem_take_killable(rt_sem_t sem, rt_int32_t time)
658{
659 return _rt_sem_take(sem, time, RT_KILLABLE);
660}
661RTM_EXPORT(rt_sem_take_killable);
662
663/**

Callers

nothing calls this directly

Calls 1

_rt_sem_takeFunction · 0.85

Tested by

no test coverage detected