Home
last modified time | relevance | path

Searched defs:IWFS_EXT_IMPL (Results 1 – 1 of 1) sorted by relevance

/third_party/iowow/src/fs/
Diwexfile.c40 typedef struct IWFS_EXT_IMPL { struct
41 IWFS_FILE file; /**< Underlying file */
42 IWDLSNR *dlsnr; /**< Data events listener */
43 pthread_rwlock_t *rwlock; /**< Thread RW lock */
44 struct MMAPSLOT *mmslots; /**< Memory mapping slots */
68 struct IWFS_EXT_IMPL *impl = f->impl; in _exfile_wlock() argument