RTEMS 6.1-rc2
Loading...
Searching...
No Matches
Functions
taskcreate.c File Reference

This source file contains the implementation of rtems_task_create(). More...

#include <rtems/rtems/tasksimpl.h>
#include <rtems/score/stackimpl.h>
#include <string.h>

Functions

rtems_status_code rtems_task_create (rtems_name name, rtems_task_priority initial_priority, size_t stack_size, rtems_mode initial_modes, rtems_attribute attribute_set, rtems_id *id)
 Creates a task.
 

Detailed Description

This source file contains the implementation of rtems_task_create().