thread_local     3193 src/libsystemd/sd-bus/sd-bus.c         static thread_local sd_bus *default_system_bus = NULL;
thread_local     3199 src/libsystemd/sd-bus/sd-bus.c         static thread_local sd_bus *default_user_bus = NULL;
thread_local     3227 src/libsystemd/sd-bus/sd-bus.c                 static thread_local sd_bus *default_starter_bus = NULL;
thread_local     2585 src/libsystemd/sd-event/sd-event.c         static thread_local sd_event *default_event = NULL;
thread_local      107 src/libsystemd/sd-id128/sd-id128.c         static thread_local sd_id128_t saved_machine_id;
thread_local      108 src/libsystemd/sd-id128/sd-id128.c         static thread_local bool saved_machine_id_valid = false;
thread_local      156 src/libsystemd/sd-id128/sd-id128.c         static thread_local sd_id128_t saved_boot_id;
thread_local      157 src/libsystemd/sd-id128/sd-id128.c         static thread_local bool saved_boot_id_valid = false;
thread_local      598 src/libsystemd/sd-resolve/sd-resolve.c         static thread_local sd_resolve *default_resolve = NULL;
thread_local      410 src/login/logind-inhibit.c         static thread_local char buffer[97];
thread_local       55 src/shared/capability.c         static thread_local unsigned long saved;
thread_local       56 src/shared/capability.c         static thread_local bool valid = false;
thread_local      481 src/shared/cgroup-util.c         static thread_local bool good = false;
thread_local      389 src/shared/macro.h #ifndef thread_local
thread_local       96 src/shared/util.c         static thread_local size_t pgsz = 0;
thread_local     4727 src/shared/util.c         static thread_local int cached = 0;
thread_local     4945 src/shared/util.c         static thread_local char buf[sizeof("RTMIN+")-1 + DECIMAL_STR_MAX(int) + 1];
thread_local      152 src/shared/virt.c         static thread_local int cached_found = -1;
thread_local      153 src/shared/virt.c         static thread_local const char *cached_id = NULL;
thread_local      254 src/shared/virt.c         static thread_local int cached_found = -1;
thread_local      255 src/shared/virt.c         static thread_local const char *cached_id = NULL;