Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.984 Beiträge
 
#1

Delphi threadvar: TLS thread local storage

  Alt 7. Feb 2019, 05:11
Managing TLS correctly with all kinds of dynamic storage seems to be a nightmare. From what I think it’s safe to use a TStopWatch [WayBack]*System.Diagnostics.TStopwatch (introduced in Delphi XE2)*as threadvar*(which gets into TLS: Thread-local storage) because it’s a record type and as a bonus will be zero-initialised in something like this: threadvar ThreadStopwatch: TStopwatch; // […]

Weiterlesen...
  Mit Zitat antworten Zitat