Blender V2.61 - r43446
|
Public Attributes | |
struct ThreadSlot * | next |
struct ThreadSlot * | prev |
void *(* | do_thread )(void *) |
void * | callerdata |
pthread_t | pthread |
int | avail |
Definition at line 129 of file threads.c.
Referenced by BLI_available_thread_index(), BLI_available_threads(), BLI_end_threads(), BLI_init_threads(), BLI_insert_thread(), BLI_remove_thread(), BLI_remove_thread_index(), and BLI_remove_threads().
void* ThreadSlot::callerdata |
Definition at line 127 of file threads.c.
Referenced by BLI_insert_thread(), BLI_remove_thread(), BLI_remove_thread_index(), BLI_remove_threads(), and tslot_thread_start().
void*(* ThreadSlot::do_thread)(void *) |
Definition at line 126 of file threads.c.
Referenced by BLI_init_threads(), and tslot_thread_start().
struct ThreadSlot* ThreadSlot::next |
Definition at line 125 of file threads.c.
Referenced by BLI_available_thread_index(), BLI_available_threads(), BLI_end_threads(), BLI_insert_thread(), BLI_remove_thread(), BLI_remove_thread_index(), and BLI_remove_threads().
struct ThreadSlot * ThreadSlot::prev |
pthread_t ThreadSlot::pthread |
Definition at line 128 of file threads.c.
Referenced by BLI_end_threads(), BLI_insert_thread(), BLI_remove_thread(), BLI_remove_thread_index(), and BLI_remove_threads().