The Task Creation API function Xtaskcreate () is described in the FreeRTOS Basic series "FreeRTOS series 10th---freertos task creation and deletion ", and we'll review the declaration of this function here:
basetype_t xtaskcreate (
Definition of a task-based Asynchronous Pattern
naming, parameters, and return typesThe initiation and completion of asynchronous operations in TAP (task-based Asynchronous Pattern) is performed in a separate way, so only one method is named. This
This is a creation in
Article, where the information may have evolved or changed.
http://www.csdn.net/article/2015-07-31/2825348
"Editor's note" Nowadays, for most it players, Docker and Mesos are both familiar and unfamiliar: the familiarity with
1. Introduction
This manual provides general usage of the NUTTX real-time operating system from the perspective of the firmware developer.
1.1 Literature Review
This user manual is divided into three sections:* Part 1th, Introduction: This
first, the kernel timer
1. Basic ConceptsIn some scenarios, we need to do some action after a certain time, but do not want to wait and waste the CPU, this time the timer is a very appropriate mechanism. The timer is used to perform a function at a
This is a creation in
Article, where the information may have evolved or changed.
"Summary" Although Docker and Mesos have become buzzwords, but for most people they are still unfamiliar, let's explore the powerful destructive power of Mesos, Docker,
This is a creation in
Article, where the information may have evolved or changed.
"Summary" Although Docker and Mesos have become buzzwords, but for most people they are still unfamiliar, let's explore the powerful destructive power of Mesos, Docker,
This is a creation in
Article, where the information may have evolved or changed.
"Summary" Although Docker and Mesos have become buzzwords, but for most people they are still unfamiliar, let's explore the powerful destructive power of Mesos, Docker,
"Summary" Although Docker and Mesos have become buzzwords, but for most people they are still unfamiliar, let's explore the powerful destructive power of Mesos, Docker, and Go, and how to create a bitcoin mining with 300 lines of code
Sixth Chapter FreeRTOS task-related API functions
6.1 Task creation and deletion API functions
1. Function Xtaskcreate () creates a task using a dynamic method.
Configsupport_dynamic_allocation
The newly created task defaults to the ready
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.