RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Macros | Functions | Variables
pthreadimpl.h File Reference

POSIX Threads Private Support. More...

#include <rtems/posix/pthread.h>
#include <rtems/posix/threadsup.h>
#include <rtems/score/assert.h>
#include <rtems/score/objectimpl.h>
#include <rtems/score/timespec.h>
#include <rtems/score/threadimpl.h>
#include <rtems/score/watchdogimpl.h>

Go to the source code of this file.

Macros

#define PTHREAD_MINIMUM_STACK_SIZE   _POSIX_Threads_Minimum_stack_size
 

Functions

void _POSIX_Threads_Sporadic_timer (Watchdog_Control *watchdog)
 
int _POSIX_Thread_Translate_to_sched_policy (const Thread_CPU_budget_operations *operations)
 
int _POSIX_Thread_Translate_sched_param (int policy, const struct sched_param *param, Thread_Configuration *config)
 Translates the POSIX scheduling policy and parameters to parts of the thread configuration.
 

Variables

const Thread_CPU_budget_operations _POSIX_Threads_Sporadic_budget
 The POSIX threads sporadic budget operations.
 

Detailed Description

POSIX Threads Private Support.

This include file contains all the private support information for POSIX threads.