Home
last modified time | relevance | path

Searched refs:LS_AllocFuncName (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/kernel32/
H A Dthread.c1337 static const char* LS_AllocFuncName = ""; variable
1384 ok(LS_index0 != LS_OutOfIndexesValue, "%s failed\n", LS_AllocFuncName); in LS_ThreadProc()
1391 ok(LS_index1 != LS_OutOfIndexesValue, "%s failed\n", LS_AllocFuncName); in LS_ThreadProc()
1395 ok(LS_index0 != LS_index1, "%s failed\n", LS_AllocFuncName); in LS_ThreadProc()
1511 ok(LS_main != LS_OutOfIndexesValue, "%s failed\n", LS_AllocFuncName); in run_LS_tests()
1543 LS_AllocFuncName = "TlsAlloc"; in test_TLS()
1566 LS_AllocFuncName = "FlsAlloc"; in test_FLS()