@@ -93,14 +93,10 @@ _dispatch_worker_thread_thunk(LPVOID lpParameter);
93
93
#endif
94
94
#endif
95
95
96
- #if DISPATCH_COCOA_COMPAT || defined(_WIN32 )
97
- static dispatch_once_t _dispatch_main_q_handle_pred ;
98
- #endif
99
96
#if DISPATCH_COCOA_COMPAT
97
+ static dispatch_once_t _dispatch_main_q_handle_pred ;
100
98
static void _dispatch_runloop_queue_poke (dispatch_queue_t dq ,
101
99
dispatch_qos_t qos , dispatch_wakeup_flags_t flags );
102
- #endif
103
- #if DISPATCH_COCOA_COMPAT || defined(_WIN32 )
104
100
static void _dispatch_runloop_queue_handle_init (void * ctxt );
105
101
static void _dispatch_runloop_queue_handle_dispose (dispatch_queue_t dq );
106
102
#endif
@@ -4480,7 +4476,7 @@ _dispatch_queue_wakeup(dispatch_queue_t dq, dispatch_qos_t qos,
4480
4476
return _dispatch_queue_class_wakeup (dq , qos , flags , target );
4481
4477
}
4482
4478
4483
- #if DISPATCH_COCOA_COMPAT || defined( _WIN32 )
4479
+ #if DISPATCH_COCOA_COMPAT
4484
4480
DISPATCH_ALWAYS_INLINE
4485
4481
static inline bool
4486
4482
_dispatch_runloop_handle_is_valid (dispatch_runloop_handle_t handle )
@@ -5122,7 +5118,7 @@ _dispatch_queue_serial_drain(dispatch_queue_t dq, dispatch_invoke_context_t dic,
5122
5118
return _dispatch_queue_drain (dq , dic , flags , owned , true);
5123
5119
}
5124
5120
5125
- #if DISPATCH_COCOA_COMPAT || defined( _WIN32 )
5121
+ #if DISPATCH_COCOA_COMPAT
5126
5122
DISPATCH_NOINLINE
5127
5123
static void
5128
5124
_dispatch_main_queue_update_priority_from_thread (void )
@@ -6188,7 +6184,7 @@ _dispatch_network_root_queue_create_4NW(const char *label,
6188
6184
6189
6185
static bool _dispatch_program_is_probably_callback_driven ;
6190
6186
6191
- #if DISPATCH_COCOA_COMPAT || defined( _WIN32 )
6187
+ #if DISPATCH_COCOA_COMPAT
6192
6188
6193
6189
dispatch_queue_t
6194
6190
_dispatch_runloop_root_queue_create_4CF (const char * label , unsigned long flags )
0 commit comments