KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
kthread_job_t Struct Reference

Structure describing one job for the worker. More...

#include <worker_thread.h>

Public Member Functions

 STAILQ_ENTRY (kthread_job) entry
 List handle.
 

Data Fields

void * data
 User pointer to the work data.
 

Detailed Description

Structure describing one job for the worker.

Member Function Documentation

◆ STAILQ_ENTRY()

kthread_job_t::STAILQ_ENTRY ( kthread_job )

List handle.

Field Documentation

◆ data

void* kthread_job_t::data

User pointer to the work data.


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