Searched refs:VT_INIT (Results 1 – 5 of 5) sorted by relevance
32 { (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()
53 f->mutex = vtmtxopen(NIL(Vtmutex_t*), VT_INIT);
105 f->mutex = vtmtxopen(NIL(Vtmutex_t*), VT_INIT);
83 #define VT_INIT 000020000 /* object was initialized */ macro
78 (void)vtmtxopen(&p->mutex, VT_INIT); /* initialize mutex */