Searched refs:Vtmutex_t (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libast/common/sfio/
H A Dvthread.h89 typedef struct _vtmutex_s Vtmutex_t; typedef in typeref:struct:_vtmutex_s
117 extern Vtmutex_t* vtmtxopen _ARG_((Vtmutex_t*, int));
118 extern int vtmtxclose _ARG_((Vtmutex_t*));
119 extern int vtmtxlock _ARG_((Vtmutex_t*));
120 extern int vtmtxtrylock _ARG_((Vtmutex_t*));
121 extern int vtmtxunlock _ARG_((Vtmutex_t*));
122 extern int vtmtxclrlock _ARG_((Vtmutex_t*));
126 extern int vtmtxerror _ARG_((Vtmutex_t*));
205 #define vtmtxopen(mtx,flgs) ((Vtmutex_t*)
[all...]
H A Dsfmutex.c53 f->mutex = vtmtxopen(NIL(Vtmutex_t*), VT_INIT);
H A Dsfnew.c54 f->mutex = NIL(Vtmutex_t*);
99 SFCLEAR(f, NIL(Vtmutex_t*));
105 f->mutex = vtmtxopen(NIL(Vtmutex_t*), VT_INIT);
H A Dsfextern.c29 static Vtmutex_t Sfmutex;
70 static Vtmutex_t _Sfmtxin, _Sfmtxout, _Sfmtxerr;
H A Dsfscanf.c69 SFCLEAR(&f,NIL(Vtmutex_t*));
H A Dsfswap.c70 SFCLEAR(f2,NIL(Vtmutex_t*));
H A Dsfclose.c147 f->mutex = NIL(Vtmutex_t*);
H A Dsftmp.c310 SFCLEAR(&newf,NIL(Vtmutex_t*));
328 newf.mutex = NIL(Vtmutex_t*);
H A Dsfpopen.c259 SFCLEAR(&sf,NIL(Vtmutex_t*));
H A Dsfhdr.h674 Vtmutex_t mutex; /* mutex lock object */
817 Vtmutex_t* sf_mutex;

Completed in 33 milliseconds