Home
last modified time | relevance | path

Searched refs:chan (Results 1 – 5 of 5) sorted by relevance

/sys/kern/
Dcv.c27 WaitChannel_Init(&cv->chan, name); in CV_Init()
35 WaitChannel_Destroy(&cv->chan); in CV_Destroy()
Dmutex.c33 WaitChannel_Init(&mtx->chan, name); in Mutex_Init()
41 WaitChannel_Destroy(&mtx->chan); in Mutex_Destroy()
/sys/include/
Dcv.h6 WaitChannel chan; member
Dmutex.h12 WaitChannel chan; member
Dthread.h48 WaitChannel *chan; member