RTEMS
5.0.0
|
POSIX Threads Private Support. More...
#include <errno.h>
#include <pthread.h>
#include <rtems/score/basedefs.h>
#include <rtems/score/assert.h>
#include <rtems/posix/priorityimpl.h>
#include <rtems/posix/threadsup.h>
Go to the source code of this file.
Functions | |
RTEMS_INLINE_ROUTINE void | _POSIX_Threads_Copy_attributes (pthread_attr_t *dst_attr, const pthread_attr_t *src_attr) |
RTEMS_INLINE_ROUTINE void | _POSIX_Threads_Initialize_attributes (pthread_attr_t *attr) |
RTEMS_INLINE_ROUTINE void | _POSIX_Threads_Get_sched_param_sporadic (const Thread_Control *the_thread, const Scheduler_Control *scheduler, struct sched_param *param) |
Variables | |
const pthread_attr_t | _POSIX_Threads_Default_attributes |
POSIX Threads Private Support.
This include file contains all the private support information for POSIX threads.