Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfextern.c32 { (void)vtmtxopen(_Sfmutex, VT_INIT); in _sfoncef()
33 (void)vtmtxopen(&_Sfpool.mutex, VT_INIT); in _sfoncef()
34 (void)vtmtxopen(sfstdin->mutex, VT_INIT); in _sfoncef()
35 (void)vtmtxopen(sfstdout->mutex, VT_INIT); in _sfoncef()
36 (void)vtmtxopen(sfstderr->mutex, VT_INIT); in _sfoncef()
H A Dvthread.h117 extern Vtmutex_t* vtmtxopen _ARG_((Vtmutex_t*, int));
205 #define vtmtxopen(mtx,flgs) ((Vtmutex_t*)0) macro
H A Dsfmutex.c53 f->mutex = vtmtxopen(NIL(Vtmutex_t*), VT_INIT);
H A Dsfnew.c105 f->mutex = vtmtxopen(NIL(Vtmutex_t*), VT_INIT);
H A Dsfpool.c78 (void)vtmtxopen(&p->mutex, VT_INIT); /* initialize mutex */