Blender  V3.3
Public Attributes | List of all members
ThreadSlot Struct Reference

Public Attributes

struct ThreadSlotnext
 
struct ThreadSlotprev
 
void *(* do_thread )(void *)
 
voidcallerdata
 
pthread_t pthread
 
int avail
 

Detailed Description

Definition at line 117 of file threads.cc.

Member Data Documentation

◆ avail

int ThreadSlot::avail

Definition at line 122 of file threads.cc.

Referenced by BLI_threadpool_init().

◆ callerdata

void* ThreadSlot::callerdata

Definition at line 120 of file threads.cc.

Referenced by BLI_threadpool_insert(), BLI_threadpool_remove(), and tslot_thread_start().

◆ do_thread

void*(* ThreadSlot::do_thread) (void *)

Definition at line 119 of file threads.cc.

Referenced by BLI_threadpool_init(), and tslot_thread_start().

◆ next

struct ThreadSlot* ThreadSlot::next

Definition at line 118 of file threads.cc.

◆ prev

struct ThreadSlot * ThreadSlot::prev

Definition at line 118 of file threads.cc.

◆ pthread

pthread_t ThreadSlot::pthread

Definition at line 121 of file threads.cc.


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