1# ffrt_mutex_t 2 3 4## Overview 5 6The **ffrt_mutex_t** struct describes an FFRT mutex. 7 8**Related module**: [FFRT](_f_f_r_t.md) 9 10 11## Summary 12 13 14### Member Variables 15 16| Name| Description| 17| -------- | -------- | 18| uint32_t [storage](_f_f_r_t.md#storage-26)[([ffrt_mutex_storage_size](_f_f_r_t.md#enums) + sizeof(uint32_t) - 1)/sizeof(uint32_t)]| Storage size of a mutex.| 19