Searched refs:SetLinkerErrorString (Results 1 – 3 of 3) sorted by relevance
104 TEST(Thread, SetLinkerErrorString) { in TEST() argument107 SetLinkerErrorString("Hello World"); in TEST()110 SetLinkerErrorString(NULL); in TEST()
74 void SetLinkerErrorString(const char* str);
70 void SetLinkerErrorString(const char* str) { GetThreadData()->SetError(str); } in SetLinkerErrorString() function