Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_cache.h85 void rw_cache_init(TRWCache* cache, TSkBuffMng* pool);
H A Dmt_cache.cpp165 void rw_cache_init(TRWCache* cache, TSkBuffMng* pool) in rw_cache_init() function
315 rw_cache_init(&keep_list, cache->pool); in cache_append_data()
H A Dmt_net.cpp779 rw_cache_init(&_recv_cache, NULL); in CSockLink()