RTEMS CPU Kit with SuperCore
4.11.3
|
Function Starts a New Thread in The Calling Process. More...
#include <pthread.h>
#include <errno.h>
#include <rtems/posix/priorityimpl.h>
#include <rtems/posix/pthreadimpl.h>
#include <rtems/posix/time.h>
#include <rtems/score/cpusetimpl.h>
#include <rtems/score/threadimpl.h>
#include <rtems/score/apimutex.h>
#include <rtems/score/stackimpl.h>
#include <rtems/score/watchdogimpl.h>
#include <rtems/score/schedulerimpl.h>
Functions | |
int | pthread_create (pthread_t *thread, const pthread_attr_t *attr, void *(*start_routine)(void *), void *arg) |
Function Starts a New Thread in The Calling Process.