MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / check_interrupt_impl

Function check_interrupt_impl

inst/examples/OpenMP/piWithInterrupts.cpp:50–52  ·  view source on GitHub ↗

* Do the actual check for an interrupt. * @attention This method should never be called directly. * @param[in] dummy Dummy argument. */

Source from the content-addressed store, hash-verified

48 * @param[in] dummy Dummy argument.
49 */
50static inline void check_interrupt_impl(void* /*dummy*/) {
51 R_CheckUserInterrupt();
52}
53
54/**
55 * Call this method to check for user interrupts.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected