hp2FEM  0.1
src/metis-5.0/GKlib/gk_externs.h
Go to the documentation of this file.
00001 
00010 #ifndef _GK_EXTERNS_H_
00011 #define _GK_EXTERNS_H_
00012 
00013 
00014 /*************************************************************************
00015 * Extern variable definition. Hopefully, the __thread makes them thread-safe.
00016 **************************************************************************/
00017 #ifndef _GK_ERROR_C_
00018 /* declared in error.c */
00019 extern __thread int gk_cur_jbufs;
00020 extern __thread jmp_buf gk_jbufs[];
00021 extern __thread jmp_buf gk_jbuf;
00022 
00023 #endif
00024 
00025 #endif
 All Classes Files Functions Variables Typedefs Friends Defines