Lines Matching defs:debug_level
110 * into a program, or the debug_level which is dynamic state information.
149 atomic_int_fast32_t debug_level;
268 atomic_init(&lctx->debug_level, 0);
397 atomic_store_release(&lctx->debug_level, 0);
831 atomic_store_release(&lctx->debug_level, level);
863 return (atomic_load_acquire(&lctx->debug_level));
1491 int debug_level = atomic_load_acquire(&lctx->debug_level);
1492 if (level <= debug_level) {
1599 int_fast32_t dlevel = atomic_load_acquire(&lctx->debug_level);