Blender V2.61 - r43446
Public Attributes

ThreadSlot Struct Reference

List of all members.

Public Attributes

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

Detailed Description

Definition at line 124 of file threads.c.


Member Data Documentation

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

Definition at line 126 of file threads.c.

Referenced by BLI_init_threads(), and tslot_thread_start().

Definition at line 125 of file threads.c.


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