/third_party/boost/boost/geometry/algorithms/detail/relate/ |
D | areal_areal.hpp | 189 return m_flags != 3 && !m_result.interrupt; in operator ()() 222 if ( BOOST_GEOMETRY_CONDITION(result.interrupt) ) in apply() 235 if ( BOOST_GEOMETRY_CONDITION(result.interrupt) ) in apply() 256 if ( BOOST_GEOMETRY_CONDITION(result.interrupt) ) in apply() 262 if ( BOOST_GEOMETRY_CONDITION(result.interrupt) ) in apply() 288 if ( BOOST_GEOMETRY_CONDITION(result.interrupt) ) in apply() 304 if ( BOOST_GEOMETRY_CONDITION(result.interrupt) ) in apply() 329 if ( BOOST_GEOMETRY_CONDITION(result.interrupt) ) in apply() 378 return m_result.interrupt; in apply() 609 if ( BOOST_GEOMETRY_CONDITION(res.interrupt) ) in analyse_each_turn() [all …]
|
D | result.hpp | 136 static const bool interrupt = false; member in boost::geometry::detail::relate::matrix_handler 367 inline bool interrupt(Mask const& mask) in interrupt() function 607 bool interrupt; member in boost::geometry::detail::relate::mask_handler 610 : interrupt(false) in mask_handler() 616 return !interrupt in result() 631 if ( relate::interrupt<F1, F2, V, Interrupt>(m_mask) ) in set() 633 interrupt = true; in set() 644 if ( relate::interrupt<F1, F2, V, Interrupt>(m_mask) ) in update() 646 interrupt = true; in update() 1093 bool interrupt; member in boost::geometry::detail::relate::static_mask_handler [all …]
|
D | linear_linear.hpp | 108 && ! m_result.interrupt; in operator ()() 134 if ( BOOST_GEOMETRY_CONDITION( result.interrupt ) ) in apply() 153 if ( BOOST_GEOMETRY_CONDITION( result.interrupt ) ) in apply() 164 if ( BOOST_GEOMETRY_CONDITION( result.interrupt ) ) in apply() 175 if ( BOOST_GEOMETRY_CONDITION( result.interrupt ) ) in apply() 201 if ( BOOST_GEOMETRY_CONDITION( result.interrupt ) ) in apply() 258 return m_result.interrupt; in apply() 811 if ( BOOST_GEOMETRY_CONDITION( res.interrupt ) ) in analyse_each_turn()
|
D | linear_areal.hpp | 146 && ! m_result.interrupt; in operator ()() 164 , interrupt(! may_update<interior, exterior, '2', TransposeResult>(m_result) in no_turns_la_areal_pred() 171 if ( interrupt ) in operator ()() 197 bool const interrupt; member in boost::geometry::detail::relate::no_turns_la_areal_pred 250 if ( BOOST_GEOMETRY_CONDITION( result.interrupt ) ) in apply() 260 if ( BOOST_GEOMETRY_CONDITION( result.interrupt ) ) in apply() 288 if ( BOOST_GEOMETRY_CONDITION( result.interrupt ) ) in apply() 293 if ( BOOST_GEOMETRY_CONDITION( result.interrupt ) ) in apply() 302 if ( BOOST_GEOMETRY_CONDITION( result.interrupt ) ) in apply() 315 if ( BOOST_GEOMETRY_CONDITION( result.interrupt ) ) in apply() [all …]
|
/third_party/libwebsockets/lib/drivers/button/ |
D | README.md | 5 one for interrupt to bottom-half event triggering and another that runs at 5ms 18 usual case no interaction is ongoing. There is assumed to be one interrupt 20 internal struct passed per-interrupt to differentiate them and bind them to a 23 The interrupt is set for notification of the active-going edge, usually if 25 ambiguity about the interrupt meaning, although oscillation is common around 28 An OS timer is used to schedule a bottom-half handler outside of interrupt 34 if it reached the point the interrupt was triggered. This removes much of the 36 but many OS apis cannot perform GPIO operations in interrupt context.
|
/third_party/boost/libs/filesystem/test/issues/ |
D | 11166-remove-race.cpp | 36 r1.interrupt(); r1.join(); in main() 37 r2.interrupt(); r2.join(); in main()
|
/third_party/grpc/third_party/upb/tests/bindings/lua/ |
D | main.c | 11 static void interrupt(lua_State *L, lua_Debug *ar) { in interrupt() function 20 lua_sethook(L, interrupt, LUA_MASKCALL | LUA_MASKRET | LUA_MASKCOUNT, 1); in sighandler()
|
/third_party/boost/libs/thread/test/ |
D | test_2309.cpp | 26 catch (boost::thread_interrupted& interrupt) in perform() local 30 throw(interrupt); in perform()
|
D | test_7571.cpp | 76 thread1.interrupt(); in main() 80 thread2.interrupt(); in main()
|
D | test_tss.cpp | 330 t.interrupt(); in do_test_tss_void_with_custom_cleanup() 372 t.interrupt(); in do_test_tss_with_custom_cleanup() 404 t.interrupt(); in do_test_tss_does_no_cleanup_after_release() 446 t.interrupt(); in do_test_tss_does_no_cleanup_with_null_cleanup_function()
|
/third_party/boost/boost/thread/executors/ |
D | basic_thread_pool.hpp | 254 void interrupt() in interrupt() function in boost::executors::basic_thread_pool 258 threads[i].interrupt(); in interrupt() 269 threads[i].interrupt(); in interrupt_and_join()
|
/third_party/openssl/demos/bio/ |
D | saccept.c | 30 void interrupt(int sig) in interrupt() function 43 sa.sa_handler = interrupt; in sigsetup()
|
/third_party/boost/boost/asio/detail/impl/ |
D | select_reactor.ipp | 85 interrupter_.interrupt(); 133 interrupter_.interrupt(); 159 interrupter_.interrupt(); 271 void select_reactor::interrupt() 273 interrupter_.interrupt(); 325 interrupter_.interrupt();
|
D | dev_poll_reactor.ipp | 111 interrupter_.interrupt(); 140 interrupter_.interrupt(); 194 interrupter_.interrupt(); 213 interrupter_.interrupt(); 369 void dev_poll_reactor::interrupt() 371 interrupter_.interrupt(); 417 interrupter_.interrupt();
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | select_reactor.ipp | 85 interrupter_.interrupt(); 133 interrupter_.interrupt(); 159 interrupter_.interrupt(); 271 void select_reactor::interrupt() 273 interrupter_.interrupt(); 325 interrupter_.interrupt();
|
D | dev_poll_reactor.ipp | 111 interrupter_.interrupt(); 140 interrupter_.interrupt(); 194 interrupter_.interrupt(); 213 interrupter_.interrupt(); 369 void dev_poll_reactor::interrupt() 371 interrupter_.interrupt(); 417 interrupter_.interrupt();
|
/third_party/boost/libs/thread/doc/ |
D | scoped_thread.qbk | 88 t.interrupt(); 230 void interrupt(); 257 t.interrupt(); 441 [section:interrupt Member function `interrupt()`] 443 void interrupt(); 447 [[Effects:] [Equivalent to `t_.interrupt()`.]]
|
/third_party/boost/boost/log/sinks/ |
D | drop_on_overflow.hpp | 66 static void interrupt() in interrupt() function in boost::sinks::drop_on_overflow
|
/third_party/boost/boost/asio/detail/ |
D | null_reactor.hpp | 57 void interrupt() in interrupt() function in boost::asio::detail::null_reactor
|
D | eventfd_select_interrupter.hpp | 42 BOOST_ASIO_DECL void interrupt();
|
D | pipe_select_interrupter.hpp | 45 BOOST_ASIO_DECL void interrupt();
|
D | socket_select_interrupter.hpp | 47 BOOST_ASIO_DECL void interrupt();
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | null_reactor.hpp | 57 void interrupt() in interrupt() function in boost::asio::detail::null_reactor
|
D | eventfd_select_interrupter.hpp | 42 BOOST_ASIO_DECL void interrupt();
|
D | pipe_select_interrupter.hpp | 45 BOOST_ASIO_DECL void interrupt();
|