Home
last modified time | relevance | path

Searched refs:VT_INIT (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 Dsfmutex.c53 f->mutex = vtmtxopen(NIL(Vtmutex_t*), VT_INIT);
H A Dsfnew.c105 f->mutex = vtmtxopen(NIL(Vtmutex_t*), VT_INIT);
H A Dvthread.h83 #define VT_INIT 000020000 /* object was initialized */ macro
H A Dsfpool.c78 (void)vtmtxopen(&p->mutex, VT_INIT); /* initialize mutex */