Blender Git Commit Log

Git Commits -> Revision 2d2339a

Revision 2d2339a by Brecht Van Lommel (master)
January 22, 2010, 11:06 (GMT)
Threads: added queue for passing data between threads. Includes a function
to wait for an item to be put in the queue and then pop immediately without,
this makes it possible to avoid sleep() while waiting for the results of a
thread.

Commit Details:

Full Hash: 2d2339a70992b819a23e8c71f68027022b395f46
SVN Revision: 26190
Parent Commit: cbc4aae
Lines Changed: +151, -1

3 Modified Paths:

/source/blender/blenlib/BLI_gsqueue.h (+5, -0) (Diff)
/source/blender/blenlib/BLI_threads.h (+15, -0) (Diff)
/source/blender/blenlib/intern/threads.c (+131, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021