\r\n

51Degrees Device Detection C/C++  4.4

A device detection library that is used natively or by 51Degrees products

threadState Struct Reference

Detailed Description

State specific to a single thread.

State for a single thread carrying out processing.

Examples
Hash/Performance.c, Hash/ReloadFromFile.c, and Hash/ReloadFromMemory.c.

Collaboration diagram for threadState:

[legend]

Data Fields

performanceState *  mainState
benchmarkResult *  result
ResourceManager *  manager
Pointer to the manager containing the data set.
int  hashCode
Running hash code for the processing being carried out. More...

Field Documentation


The documentation for this struct was generated from the following files:
  • /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/examples/C/Hash/Performance.c
  • /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/examples/C/Hash/ReloadFromFile.c
  • /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/examples/C/Hash/ReloadFromMemory.c
On This Page