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
__thread int gk_cur_jbufs
Definition: error.c:22
__thread jmp_buf gk_jbuf
Definition: error.c:24
__thread jmp_buf gk_jbufs[]
Definition: error.c:23


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:42:08