Home
last modified time | relevance | path

Searched refs:interrupt (Results 1 – 25 of 255) sorted by relevance

1234567891011

/third_party/boost/boost/geometry/algorithms/detail/relate/
Dareal_areal.hpp189 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 …]
Dresult.hpp136 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 …]
Dlinear_linear.hpp108 && ! 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()
Dlinear_areal.hpp146 && ! 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/
DREADME.md5 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/
D11166-remove-race.cpp36 r1.interrupt(); r1.join(); in main()
37 r2.interrupt(); r2.join(); in main()
/third_party/grpc/third_party/upb/tests/bindings/lua/
Dmain.c11 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/
Dtest_2309.cpp26 catch (boost::thread_interrupted& interrupt) in perform() local
30 throw(interrupt); in perform()
Dtest_7571.cpp76 thread1.interrupt(); in main()
80 thread2.interrupt(); in main()
Dtest_tss.cpp330 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/
Dbasic_thread_pool.hpp254 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/
Dsaccept.c30 void interrupt(int sig) in interrupt() function
43 sa.sa_handler = interrupt; in sigsetup()
/third_party/boost/boost/asio/detail/impl/
Dselect_reactor.ipp85 interrupter_.interrupt();
133 interrupter_.interrupt();
159 interrupter_.interrupt();
271 void select_reactor::interrupt()
273 interrupter_.interrupt();
325 interrupter_.interrupt();
Ddev_poll_reactor.ipp111 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/
Dselect_reactor.ipp85 interrupter_.interrupt();
133 interrupter_.interrupt();
159 interrupter_.interrupt();
271 void select_reactor::interrupt()
273 interrupter_.interrupt();
325 interrupter_.interrupt();
Ddev_poll_reactor.ipp111 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/
Dscoped_thread.qbk88 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/
Ddrop_on_overflow.hpp66 static void interrupt() in interrupt() function in boost::sinks::drop_on_overflow
/third_party/boost/boost/asio/detail/
Dnull_reactor.hpp57 void interrupt() in interrupt() function in boost::asio::detail::null_reactor
Deventfd_select_interrupter.hpp42 BOOST_ASIO_DECL void interrupt();
Dpipe_select_interrupter.hpp45 BOOST_ASIO_DECL void interrupt();
Dsocket_select_interrupter.hpp47 BOOST_ASIO_DECL void interrupt();
/third_party/boost/libs/asio/include/boost/asio/detail/
Dnull_reactor.hpp57 void interrupt() in interrupt() function in boost::asio::detail::null_reactor
Deventfd_select_interrupter.hpp42 BOOST_ASIO_DECL void interrupt();
Dpipe_select_interrupter.hpp45 BOOST_ASIO_DECL void interrupt();

1234567891011