PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwgeom_request_interrupt()

void lwgeom_request_interrupt ( void  )

Request interruption of any running code.

Safe for use from signal handlers

Interrupted code will (as soon as it finds out to be interrupted) cleanup and return as soon as possible.

The return value from interrupted code is undefined, it is the caller responsibility to not take it in consideration.

Definition at line 698 of file lwgeom_api.c.

References _lwgeom_interrupt_requested.

Referenced by handleInterrupt(), and test_lwgeom_segmentize2d().

698  {
700 }
int _lwgeom_interrupt_requested
Definition: lwgeom_api.c:696
Here is the caller graph for this function: