PostGIS  2.5.7dev-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 728 of file lwgeom_api.c.

728  {
730 }
int _lwgeom_interrupt_requested
Definition: lwgeom_api.c:726

References _lwgeom_interrupt_requested.

Referenced by handleInterrupt(), and test_lwgeom_segmentize2d().

Here is the caller graph for this function: