mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-25 13:57:15 +00:00
added entry point for posix initialization threads to the posix initialization
threads table structure
This commit is contained in:
@@ -32,8 +32,14 @@ extern "C" {
|
||||
* + required number of each object type
|
||||
*/
|
||||
|
||||
/* XXX fix me */
|
||||
typedef int posix_initialization_tasks_table;
|
||||
/*
|
||||
* For now, we are only allowing the user to specify the entry point
|
||||
* for posix initialization threads.
|
||||
*/
|
||||
|
||||
typedef struct {
|
||||
void *(*entry)(void *);
|
||||
} posix_initialization_tasks_table;
|
||||
|
||||
typedef struct {
|
||||
int maximum_threads;
|
||||
|
||||
@@ -32,8 +32,14 @@ extern "C" {
|
||||
* + required number of each object type
|
||||
*/
|
||||
|
||||
/* XXX fix me */
|
||||
typedef int posix_initialization_tasks_table;
|
||||
/*
|
||||
* For now, we are only allowing the user to specify the entry point
|
||||
* for posix initialization threads.
|
||||
*/
|
||||
|
||||
typedef struct {
|
||||
void *(*entry)(void *);
|
||||
} posix_initialization_tasks_table;
|
||||
|
||||
typedef struct {
|
||||
int maximum_threads;
|
||||
|
||||
@@ -32,8 +32,14 @@ extern "C" {
|
||||
* + required number of each object type
|
||||
*/
|
||||
|
||||
/* XXX fix me */
|
||||
typedef int posix_initialization_tasks_table;
|
||||
/*
|
||||
* For now, we are only allowing the user to specify the entry point
|
||||
* for posix initialization threads.
|
||||
*/
|
||||
|
||||
typedef struct {
|
||||
void *(*entry)(void *);
|
||||
} posix_initialization_tasks_table;
|
||||
|
||||
typedef struct {
|
||||
int maximum_threads;
|
||||
|
||||
Reference in New Issue
Block a user