mxnet
Classes | Namespaces
thread_local.h File Reference

Portable thread local storage. More...

#include <mutex>
#include <memory>
#include <vector>
#include "./base.h"
Include dependency graph for thread_local.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dmlc::ThreadLocalStore< T >
 A threadlocal store to store threadlocal variables. Will return a thread local singleton of type T. More...
 

Namespaces

 dmlc
 namespace for dmlc
 

Detailed Description

Portable thread local storage.

Copyright (c) 2015 by Contributors