summaryrefslogtreecommitdiff
path: root/ACE/tests/MT_Reference_Counted_Event_Handler_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/MT_Reference_Counted_Event_Handler_Test.cpp')
-rw-r--r--ACE/tests/MT_Reference_Counted_Event_Handler_Test.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/ACE/tests/MT_Reference_Counted_Event_Handler_Test.cpp b/ACE/tests/MT_Reference_Counted_Event_Handler_Test.cpp
index f2e52a5c24f..ae9ba5a16c6 100644
--- a/ACE/tests/MT_Reference_Counted_Event_Handler_Test.cpp
+++ b/ACE/tests/MT_Reference_Counted_Event_Handler_Test.cpp
@@ -118,7 +118,9 @@ public:
Pipe (void);
+ //FUZZ: disable check_for_lack_ACE_OS
int open (void);
+ //FUZZ: enable check_for_lack_ACE_OS
ACE_HANDLE read_handle (void) const;
@@ -204,7 +206,9 @@ public:
ssize_t send_message (void);
+ //FUZZ: disable check_for_lack_ACE_OS
void close (void);
+ //FUZZ: enable check_for_lack_ACE_OS
ACE_HANDLE handle_;
@@ -345,7 +349,9 @@ public:
int svc (void);
+ //FUZZ: disable check_for_lack_ACE_OS
int close (u_long flags);
+ //FUZZ: enable check_for_lack_ACE_OS
int handle_input (ACE_HANDLE);
@@ -490,9 +496,11 @@ public:
ACE_Reactor &reactor,
int nested_upcalls);
+ //FUZZ: disable check_for_lack_ACE_OS
int connect (ACE_HANDLE &client_handle,
ACE_HANDLE &server_handle,
int run_receiver_thread);
+ //FUZZ: enable check_for_lack_ACE_OS
ACE_Thread_Manager &thread_manager_;