Files
mlpack/fastlib/branches/fastlib-old/par/thread.cc
T
Ryan Curtin f6864dd435 Move fastlib-old (originally 'fastlib') to fastlib/branches/fastlib-old where it
will sit until the end of time and nobody will touch it because it's old
2010-01-31 22:31:55 +00:00

12 lines
139 B
C++

/**
* @file thread.cc
*
* Implementation of the thread abstraction.
*/
#include "thread.h"
Mutex Mutex::global;
// TODO: Blank file