Searched refs:vtmtxopen (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libast/common/sfio/ |
H A D | sfextern.c | 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()
|
H A D | vthread.h | 117 extern Vtmutex_t* vtmtxopen _ARG_((Vtmutex_t*, int)); 205 #define vtmtxopen(mtx,flgs) ((Vtmutex_t*)0) macro
|
H A D | sfmutex.c | 53 f->mutex = vtmtxopen(NIL(Vtmutex_t*), VT_INIT);
|
H A D | sfnew.c | 105 f->mutex = vtmtxopen(NIL(Vtmutex_t*), VT_INIT);
|
H A D | sfpool.c | 78 (void)vtmtxopen(&p->mutex, VT_INIT); /* initialize mutex */
|