Searched refs:thread_local (Results 1 - 13 of 13) sorted by relevance

/systemd/src/libsystemd/sd-id128/
H A Dsd-id128.c110 static thread_local sd_id128_t saved_machine_id;
111 static thread_local bool saved_machine_id_valid = false;
155 static thread_local sd_id128_t saved_boot_id;
156 static thread_local bool saved_boot_id_valid = false;
/systemd/src/basic/
H A Dvirt.c266 static thread_local int cached_found = _VIRTUALIZATION_INVALID;
344 static thread_local int cached_found = _VIRTUALIZATION_INVALID;
H A Dcapability-util.c51 static thread_local unsigned long saved;
52 static thread_local bool valid = false;
H A Dsignal-util.c228 static thread_local char buf[sizeof("RTMIN+")-1 + DECIMAL_STR_MAX(int) + 1];
H A Dmacro.h364 /* Define C11 thread_local attribute even on older gcc compiler
366 #ifndef thread_local
372 #define thread_local _Thread_local macro
374 #define thread_local __thread macro
H A Dprocess-util.c653 static thread_local int cached = 0;
H A Dutil.c68 static thread_local size_t pgsz = 0;
H A Dcgroup-util.c2116 static thread_local int unified_cache = -1;
2190 static thread_local int wanted = -1;
H A Dtime-util.c1105 static thread_local unsigned long hz = 0;
/systemd/src/login/
H A Dlogind-inhibit.c423 static thread_local char buffer[97];
/systemd/src/libsystemd/sd-resolve/
H A Dsd-resolve.c511 static thread_local sd_resolve *default_resolve = NULL;
/systemd/src/libsystemd/sd-bus/
H A Dsd-bus.c75 static thread_local sd_bus *default_system_bus = NULL;
76 static thread_local sd_bus *default_user_bus = NULL;
77 static thread_local sd_bus *default_starter_bus = NULL;
/systemd/src/libsystemd/sd-event/
H A Dsd-event.c2793 static thread_local sd_event *default_event = NULL;

Completed in 3007 milliseconds