\r\n

51Degrees Device Detection C/C++  4.5

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
evidenceNode *  evidenceFirst
evidenceNode *  evidenceLast
unsigned long long  checkSum
unsigned long long  iterations
ResourceManager *  manager
Pointer to the manager containing the data set.
int  hashCode
Running hash code for the processing being carried out. More...

Field Documentation

◆ hashCode

int threadState::hashCode

Running hash code for the processing being carried out.

This is used to verify the work carried out

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

The documentation for this struct was generated from the following files:
On This Page