1# FFRT 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## 概述 11 12FFRT(Function Flow运行时)是支持Function Flow编程模型的软件运行时库,用于调度执行开发者基于Function Flow编程模型开发的应用。 13 14**起始版本:** 10 15## 文件汇总 16 17| 名称 | 描述 | 18| -- | -- | 19| [condition_variable.h](capi-condition-variable-h.md) | 声明条件变量的C接口。 | 20| [fiber.h](capi-fiber-h.md) | 纤程是一种轻量级的用户态线程,用于在用户空间内实现高效的任务调度和上下文切换,此为声明纤程的C接口。 | 21| [loop.h](capi-loop-h.md) | 声明循环的C接口。 | 22| [mutex.h](capi-mutex-h.md) | 声明mutex的C接口。 | 23| [queue.h](capi-queue-h.md) | 声明队列的C接口。 | 24| [shared_mutex.h](capi-shared-mutex-h.md) | 声明rwlock的C接口。 | 25| [sleep.h](capi-sleep-h.md) | 声明sleep和yield的C接口。 | 26| [task.h](capi-task-h.md) | 声明任务的C接口。 | 27| [timer.h](capi-timer-h.md) | 声明定时器的C接口。 | 28| [type_def.h](capi-type-def-h.md) | 定义通用类型。 | 29