forked from Imagelibrary/rtems
commented out cancel handlers related items.
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
#include <rtems/score/coresem.h>
|
#include <rtems/score/coresem.h>
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
pthread_attr_t Attributes;
|
||||||
#if 0
|
#if 0
|
||||||
/*
|
/*
|
||||||
* POSIX Interrupts
|
* POSIX Interrupts
|
||||||
@@ -17,6 +18,7 @@ typedef struct {
|
|||||||
CORE_semaphore_Control Interrupt_Semaphore;
|
CORE_semaphore_Control Interrupt_Semaphore;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if 0
|
||||||
/*
|
/*
|
||||||
* POSIX Cancelability
|
* POSIX Cancelability
|
||||||
*/
|
*/
|
||||||
@@ -24,6 +26,7 @@ typedef struct {
|
|||||||
int cancelability_type;
|
int cancelability_type;
|
||||||
int cancelation_requested;
|
int cancelation_requested;
|
||||||
Chain_Control Cancellation_Handlers;
|
Chain_Control Cancellation_Handlers;
|
||||||
|
#endif
|
||||||
|
|
||||||
} POSIX_API_Control;
|
} POSIX_API_Control;
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
#include <rtems/score/coresem.h>
|
#include <rtems/score/coresem.h>
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
pthread_attr_t Attributes;
|
||||||
#if 0
|
#if 0
|
||||||
/*
|
/*
|
||||||
* POSIX Interrupts
|
* POSIX Interrupts
|
||||||
@@ -17,6 +18,7 @@ typedef struct {
|
|||||||
CORE_semaphore_Control Interrupt_Semaphore;
|
CORE_semaphore_Control Interrupt_Semaphore;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if 0
|
||||||
/*
|
/*
|
||||||
* POSIX Cancelability
|
* POSIX Cancelability
|
||||||
*/
|
*/
|
||||||
@@ -24,6 +26,7 @@ typedef struct {
|
|||||||
int cancelability_type;
|
int cancelability_type;
|
||||||
int cancelation_requested;
|
int cancelation_requested;
|
||||||
Chain_Control Cancellation_Handlers;
|
Chain_Control Cancellation_Handlers;
|
||||||
|
#endif
|
||||||
|
|
||||||
} POSIX_API_Control;
|
} POSIX_API_Control;
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
#include <rtems/score/coresem.h>
|
#include <rtems/score/coresem.h>
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
pthread_attr_t Attributes;
|
||||||
#if 0
|
#if 0
|
||||||
/*
|
/*
|
||||||
* POSIX Interrupts
|
* POSIX Interrupts
|
||||||
@@ -17,6 +18,7 @@ typedef struct {
|
|||||||
CORE_semaphore_Control Interrupt_Semaphore;
|
CORE_semaphore_Control Interrupt_Semaphore;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if 0
|
||||||
/*
|
/*
|
||||||
* POSIX Cancelability
|
* POSIX Cancelability
|
||||||
*/
|
*/
|
||||||
@@ -24,6 +26,7 @@ typedef struct {
|
|||||||
int cancelability_type;
|
int cancelability_type;
|
||||||
int cancelation_requested;
|
int cancelation_requested;
|
||||||
Chain_Control Cancellation_Handlers;
|
Chain_Control Cancellation_Handlers;
|
||||||
|
#endif
|
||||||
|
|
||||||
} POSIX_API_Control;
|
} POSIX_API_Control;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user