libcamera v0.7.0+1-4ceceb68
Supporting cameras in Linux since 2019
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Friends | List of all members
libcamera::ThreadData Class Reference

Thread-local internal data. More...

Public Member Functions

 ThreadData (Thread *thread)
 Constructor for internal thread data.
 

Static Public Member Functions

static ThreadDatacurrent ()
 Retrieve thread-local internal data for the current thread.
 

Friends

class Thread
 
class ThreadMain
 

Detailed Description

Thread-local internal data.

Constructor & Destructor Documentation

◆ ThreadData()

libcamera::ThreadData::ThreadData ( Thread thread)
inline

Constructor for internal thread data.

Parameters
[in]threadThe associated thread

Member Function Documentation

◆ current()

ThreadData * libcamera::ThreadData::current ( )
static

Retrieve thread-local internal data for the current thread.

Returns
The thread-local internal data for the current thread

The documentation for this class was generated from the following file: