• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ffrt_fiber_t
2
3<!--Kit: Function Flow Runtime Kit-->
4<!--Subsystem: Resourceschedule-->
5<!--Owner: @chuchihtung; @yanleo-->
6<!--Designer: @geoffrey_guo; @huangyouzhong-->
7<!--Tester: @lotsof; @sunxuhao-->
8<!--Adviser: @foryourself-->
9
10## Overview
11
12Fiber structure.
13
14**Since**: 20
15
16**Related module**: [FFRT](capi-ffrt.md)
17
18**Header file**: [type_def.h](capi-type-def-h.md)
19
20## Summary
21
22### Member Variables
23
24| Name| Description|
25| -- | -- |
26| uintptr_t storage[ffrt_fiber_storage_size] | Space occupied by the fiber context.|
27