Searched refs:RCCE_debug_debug (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/include/rcce/
H A DRCCE_debug.h9 int RCCE_debug_debug=0; variable
H A DRCCE_lib.h99 extern int RCCE_debug_debug;
141 #pragma omp threadprivate (RCCE_debug_synch, RCCE_debug_comm, RCCE_debug_debug)
/barrelfish-master/lib/rcce/
H A DRCCE_debug.c80 return(RCCE_error_return(RCCE_debug_debug,RCCE_ERROR_INVALID_ERROR_CODE));
120 RCCE_debug_debug=1;
127 case(RCCE_DEBUG_DEBUG): RCCE_debug_debug=1;
131 default: return(RCCE_error_return(RCCE_debug_debug,
148 RCCE_debug_debug=0;
155 case(RCCE_DEBUG_DEBUG): RCCE_debug_debug=0;
159 default: return(RCCE_error_return(RCCE_debug_debug,

Completed in 231 milliseconds