Home
last modified time | relevance | path

Searched refs:POOLMTXLOCK (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libast/common/sfio/
H A Dsfclose.c82 POOLMTXLOCK(&_Sfpool);
H A Dsfhdr.h402 #define POOLMTXLOCK(p) ( vtmtxlock(&(p)->mutex) ) macro
404 #define POOLMTXENTER(p) { POOLMTXLOCK(p); }
427 #define POOLMTXLOCK(p) macro
H A Dsfpool.c71 { POOLMTXLOCK(last);