mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
Added message queues and semaphores.
This commit is contained in:
@@ -34,7 +34,7 @@ extern "C" {
|
||||
|
||||
/*
|
||||
* For now, we are only allowing the user to specify the entry point
|
||||
* for posix initialization threads.
|
||||
* and stack size for POSIX initialization threads.
|
||||
*/
|
||||
|
||||
typedef struct {
|
||||
@@ -49,6 +49,8 @@ typedef struct {
|
||||
int maximum_keys;
|
||||
int maximum_timers;
|
||||
int maximum_queued_signals;
|
||||
int maximum_message_queues;
|
||||
int maximum_semaphores;
|
||||
int number_of_initialization_threads;
|
||||
posix_initialization_threads_table *User_initialization_threads_table;
|
||||
} posix_api_configuration_table;
|
||||
|
||||
Reference in New Issue
Block a user