gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:pool_get (0.02 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/pool.h - 15.0KB - 384 lines
320: int             _pool_reclaim(struct pool *, const char *, long);
321: #define         pool_get(h, f) _pool_get((h), (f), __FILE__, __LINE__)
322: #define         pool_put(h, v) _pool_put((h), (v), __FILE__, __LINE__)