Home | History | Annotate | Download | only in internal

Lines Matching refs:sec

36 	 * underlying allocator to fill extra items, as well.  We drop the SEC
71 * A SEC may need to be shut down (i.e. flushed of its contents and
97 bool sec_init(tsdn_t *tsdn, sec_t *sec, base_t *base, pai_t *fallback,
99 void sec_flush(tsdn_t *tsdn, sec_t *sec);
100 void sec_disable(tsdn_t *tsdn, sec_t *sec);
108 void sec_stats_merge(tsdn_t *tsdn, sec_t *sec, sec_stats_t *stats);
109 void sec_mutex_stats_read(tsdn_t *tsdn, sec_t *sec,
116 void sec_prefork2(tsdn_t *tsdn, sec_t *sec);
117 void sec_postfork_parent(tsdn_t *tsdn, sec_t *sec);
118 void sec_postfork_child(tsdn_t *tsdn, sec_t *sec);