Searched refs:mtx (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/sfio/
H A Dvthread.h168 #define vtmtxerror(mtx) ((mtx)->error)
205 #define vtmtxopen(mtx,flgs) ((Vtmutex_t*)0)
206 #define vtmtxclose(mtx) (-1)
207 #define vtmtxlock(mtx) (-1)
208 #define vtmtxtrylock(mtx) (-1)
209 #define vtmtxunlock(mtx) (-1)
210 #define vtmtxclrlock(mtx) (-1)
214 #define vtmtxerror(mtx) (0)
H A Dsfstack.c51 reg Void_t* mtx; local
93 mtx = f1->mutex; f1->mutex = f2->mutex; f2->mutex = mtx;
/ast/src/lib/libast/include/
H A Dsfio_t.h100 #define SFCLEAR(f,mtx) \
121 (f)->mutex = (mtx), /* mutex */ \

Completed in 255 milliseconds