Project
Loading...
Searching...
No Matches
test_ThreadSanitizer.cxx File Reference
#include <cstdio>
#include <string>
#include <map>
#include <thread>

Go to the source code of this file.

Typedefs

using map_t = std::map< std::string, std::string >
 

Functions

voidthreadfunc (void *p)
 
int main ()
 

Typedef Documentation

◆ map_t

using map_t = std::map<std::string, std::string>

Definition at line 17 of file test_ThreadSanitizer.cxx.

Function Documentation

◆ main()

int main ( )

Definition at line 26 of file test_ThreadSanitizer.cxx.

◆ threadfunc()

void * threadfunc ( void p)

Definition at line 19 of file test_ThreadSanitizer.cxx.