Blender V2.61 - r43446
Public Attributes

ThreadedWorker Struct Reference

List of all members.

Public Attributes

ListBase threadbase
void *(* work_fnct )(void *)
char busy [RE_MAX_THREAD]
int total
int sleep_time

Detailed Description

Definition at line 427 of file threads.c.


Member Data Documentation

char ThreadedWorker::busy[RE_MAX_THREAD]

Definition at line 430 of file threads.c.

Referenced by BLI_insert_work(), and exec_work_fnct().

Definition at line 432 of file threads.c.

Referenced by BLI_insert_work().

Definition at line 428 of file threads.c.

Referenced by BLI_create_worker(), BLI_destroy_worker(), BLI_end_worker(), and BLI_insert_work().

Definition at line 431 of file threads.c.

Referenced by BLI_create_worker(), and BLI_insert_work().

void*(* ThreadedWorker::work_fnct)(void *)

Definition at line 429 of file threads.c.

Referenced by BLI_create_worker(), and exec_work_fnct().


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