gk_externs.h
Go to the documentation of this file.
1 
10 #ifndef _GK_EXTERNS_H_
11 #define _GK_EXTERNS_H_
12 
13 
14 /*************************************************************************
15 * Extern variable definition. Hopefully, the __thread makes them thread-safe.
16 **************************************************************************/
17 #ifndef _GK_ERROR_C_
18 /* declared in error.c */
19 extern __thread int gk_cur_jbufs;
20 extern __thread jmp_buf gk_jbufs[];
21 extern __thread jmp_buf gk_jbuf;
22 
23 #endif
24 
25 #endif
gk_jbufs
__thread jmp_buf gk_jbufs[]
Definition: error.c:22
gk_cur_jbufs
__thread int gk_cur_jbufs
Definition: error.c:21
gk_jbuf
__thread jmp_buf gk_jbuf
Definition: error.c:23


gtsam
Author(s):
autogenerated on Tue Jun 25 2024 03:00:57