Blender  V2.59
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 419 of file threads.c.


Member Data Documentation

char ThreadedWorker::busy[RE_MAX_THREAD]

Definition at line 422 of file threads.c.

Referenced by BLI_insert_work(), and exec_work_fnct().

Definition at line 424 of file threads.c.

Referenced by BLI_insert_work().

Definition at line 420 of file threads.c.

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

Definition at line 423 of file threads.c.

Referenced by BLI_create_worker(), and BLI_insert_work().

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

Definition at line 421 of file threads.c.

Referenced by BLI_create_worker(), and exec_work_fnct().


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