added entry point for posix initialization threads to the posix initialization

threads table structure
This commit is contained in:
Joel Sherrill
1996-05-29 16:54:24 +00:00
parent d9a0689e35
commit e941ea131d
3 changed files with 24 additions and 6 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;