static new InheritableThreadLocal ai_operations_tl; static AIOperations ai_operations() { AIOperations o = getTL(ai_operations_tl); if (o != null) ret o; ret ai_defaultOperations(); }