SURFEX v8.1
General documentation of Surfex
Typedefs | Functions | Variables
getstk.c File Reference

Go to the source code of this file.

Typedefs

typedef long long int ll_t
 

Functions

ll_t getstk_ ()
 
ll_t getmaxstk_ ()
 

Variables

static ll_t maxstack = 0
 
static pthread_t master_tid
 

Typedef Documentation

◆ ll_t

typedef long long int ll_t

Definition at line 9 of file getstk.c.

Function Documentation

◆ getmaxstk_()

ll_t getmaxstk_ ( )

Definition at line 111 of file getstk.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getstk_()

ll_t getstk_ ( )

Definition at line 24 of file getstk.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ master_tid

pthread_t master_tid
static

Definition at line 21 of file getstk.c.

◆ maxstack

ll_t maxstack = 0
static

Definition at line 11 of file getstk.c.