Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
crinitTimerDB Struct Reference

#include <timerdb.h>

Collaboration diagram for crinitTimerDB:
Collaboration graph

Data Fields

size_t cap
 
size_t size
 
crinitTimer_ttimerList
 
struct pollfd * pollList
 
crinitTaskDB_ttaskDB
 
pthread_t timerThread
 
pthread_mutex_t lock
 Mutex to lock the TimerDB, shall be used for any operations on the data structure if.
 

Detailed Description

the type for the crinit timer db.

Field Documentation

◆ cap

size_t crinitTimerDB::cap

◆ lock

pthread_mutex_t crinitTimerDB::lock

Mutex to lock the TimerDB, shall be used for any operations on the data structure if.

◆ pollList

struct pollfd* crinitTimerDB::pollList

◆ size

size_t crinitTimerDB::size

◆ taskDB

crinitTaskDB_t* crinitTimerDB::taskDB

◆ timerList

crinitTimer_t* crinitTimerDB::timerList

◆ timerThread

pthread_t crinitTimerDB::timerThread

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