proxygen
ThreadLocalTestLib.cpp File Reference

Go to the source code of this file.

Classes

class  A
 

Functions

void useA ()
 

Variables

folly::ThreadLocal< Aa
 

Function Documentation

void useA ( )

Definition at line 28 of file ThreadLocalTestLib.cpp.

Referenced by TEST().

28  {
29  a->use();
30 }
folly::ThreadLocal< A > a

Variable Documentation

Definition at line 24 of file ThreadLocalTestLib.cpp.