19 void ConfigVariableBool::
20 reload_value()
const {
29 if (!is_cache_valid(_local_modified)) {
30 _cache = get_bool_word(0);
31 mark_cache_valid(_local_modified);
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
A fake mutex implementation for single-threaded applications that don't need any synchronization cont...