Blender V4.3
ThreadSlot Struct Reference

Public Attributes

ThreadSlotnext
 
ThreadSlotprev
 
void *(* do_thread )(void *)
 
void * callerdata
 
pthread_t pthread
 
int avail
 

Detailed Description

Definition at line 106 of file threads.cc.

Member Data Documentation

◆ avail

int ThreadSlot::avail

Definition at line 111 of file threads.cc.

Referenced by BLI_threadpool_init().

◆ callerdata

void* ThreadSlot::callerdata

Definition at line 109 of file threads.cc.

Referenced by tslot_thread_start().

◆ do_thread

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

Definition at line 108 of file threads.cc.

Referenced by BLI_threadpool_init(), and tslot_thread_start().

◆ next

ThreadSlot* ThreadSlot::next

Definition at line 107 of file threads.cc.

◆ prev

ThreadSlot * ThreadSlot::prev

Definition at line 107 of file threads.cc.

◆ pthread

pthread_t ThreadSlot::pthread

Definition at line 110 of file threads.cc.


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