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

/ast/src/lib/libast/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...]

Completed in 7 milliseconds