Type Alias TsHashTable

Source
pub type TsHashTable = _zend_ts_hashtable;

Aliased Type§

#[repr(C)]
pub struct TsHashTable { pub hash: _hashtable, pub reader: u32, pub mx_reader: *mut pthread_mutex_t, pub mx_writer: *mut pthread_mutex_t, }

Fields§

§hash: _hashtable§reader: u32§mx_reader: *mut pthread_mutex_t§mx_writer: *mut pthread_mutex_t