RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
pthread.h
Go to the documentation of this file.
1
10/*
11 * COPYRIGHT (c) 1989-2011.
12 * On-Line Applications Research Corporation (OAR).
13 *
14 * The license and distribution terms for this file may be
15 * found in the file LICENSE in this distribution or at
16 * http://www.rtems.org/license/LICENSE.
17 */
18
19#ifndef _RTEMS_POSIX_PTHREAD_H
20#define _RTEMS_POSIX_PTHREAD_H
21
23#include <rtems/score/thread.h>
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
43typedef struct {
45 void *(*thread_entry)(void *);
49
50extern const size_t _POSIX_Threads_Minimum_stack_size;
51
60
65
71
74#ifdef __cplusplus
75}
76#endif
77
78#endif
79/* end of include file */
const posix_initialization_threads_table _POSIX_Threads_User_thread_table
Initialization table for the first user POSIX thread.
void _POSIX_Threads_Initialize_user_thread(void)
System initialization handler to create the first user POSIX thread.
Definition: pthreadinitthreads.c:30
Thread_Information _POSIX_Threads_Information
Constants and Structures Related with the Thread Control Block.
The thread object information.
Definition: thread.h:997
Definition: pthread.h:43
int stack_size
Definition: pthread.h:47
POSIX Thread API Support.