GRASS 8 Programmer's Manual 8.6.0dev(2026)-4bb960b182
Loading...
Searching...
No Matches
worker.c File Reference

GIS Library - Worker functions. More...

#include <stdio.h>
#include <stdlib.h>
#include <grass/gis.h>
#include <grass/glocale.h>
Include dependency graph for worker.c:

Go to the source code of this file.

Functions

void G_begin_execute (void(*func)(void *), void *closure, void **ref, int force)
 
void G_end_execute (void **ref)
 
void G_init_workers (void)
 
void G_finish_workers (void)
 

Detailed Description

GIS Library - Worker functions.

SPDX-FileCopyrightText: 2008-2014 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later

Author
Glynn Clements

Definition in file worker.c.

Function Documentation

◆ G_begin_execute()

void G_begin_execute ( void(*)(void *)  func,
void closure,
void **  ref,
int  force 
)

Definition at line 169 of file worker.c.

◆ G_end_execute()

void G_end_execute ( void **  ref)

Definition at line 175 of file worker.c.

◆ G_finish_workers()

void G_finish_workers ( void  )

Definition at line 183 of file worker.c.

◆ G_init_workers()

void G_init_workers ( void  )

Definition at line 179 of file worker.c.