Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
workqueue Struct Reference

#include <workqueue.h>

Data Fields

void(* function )(void *)
 
void * data
 
uint8_t in_use
 
struct vector_workqueue_ptr_tdependency
 

Detailed Description

Definition at line 10 of file workqueue.h.

Field Documentation

◆ data

void* workqueue::data

Definition at line 12 of file workqueue.h.

Referenced by workqueue_process().

◆ dependency

struct vector_workqueue_ptr_t* workqueue::dependency

Definition at line 14 of file workqueue.h.

Referenced by workqueue_process().

◆ function

void(* workqueue::function) (void *)

Definition at line 11 of file workqueue.h.

Referenced by workqueue_process().

◆ in_use

uint8_t workqueue::in_use

Definition at line 13 of file workqueue.h.

Referenced by workqueue_process().


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