SpiecsEngine
 
Loading...
Searching...
No Matches

◆ TEST() [52/59]

SpicesTest::TEST ( ThreadLibraryTest ,
SetThreadName  )

Testing Spices::ThreadLibrary::SetThreadName.

Definition at line 17 of file ThreadLibrary_test.h.

17 {
18
20
21 std::thread t([]() {
23 });
24
25 t.join();
26 }
#define SPICESTEST_PROFILE_FUNCTION()
static bool SetThreadName(const std::string &name)
Set Thread name.

References Spices::ThreadLibrary::SetThreadName().