Blender  V2.93
Public Attributes | List of all members
ThreadSlot Struct Reference

Public Attributes

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

Detailed Description

Definition at line 135 of file threads.cc.

Member Data Documentation

◆ avail

int ThreadSlot::avail

Definition at line 140 of file threads.cc.

Referenced by BLI_threadpool_init().

◆ callerdata

void* ThreadSlot::callerdata

Definition at line 138 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 137 of file threads.cc.

Referenced by BLI_threadpool_init(), and tslot_thread_start().

◆ next

struct ThreadSlot* ThreadSlot::next

Definition at line 136 of file threads.cc.

◆ prev

struct ThreadSlot * ThreadSlot::prev

Definition at line 136 of file threads.cc.

◆ pthread

pthread_t ThreadSlot::pthread

Definition at line 139 of file threads.cc.


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