Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/kernel32/
H A Dfiber.c75 fiberCount++; in FiberMainProc()
139 fiberCount = 0; in test_FiberHandling()
155 ok(fiberCount == 1, "Wrong fiber count: %d\n", fiberCount); in test_FiberHandling()
164 ok(fiberCount == 2, "Wrong fiber count: %d\n", fiberCount); in test_FiberHandling()
344 fiberCount = 0; in test_FiberLocalStorageWithFibers()
350 ok(fiberCount == 0, "Wrong fiber count: %d\n", fiberCount); in test_FiberLocalStorageWithFibers()
357 ok(fiberCount == 1, "Wrong fiber count: %d\n", fiberCount); in test_FiberLocalStorageWithFibers()
364 ok(fiberCount == 1, "Wrong fiber count: %d\n", fiberCount); in test_FiberLocalStorageWithFibers()
376 ok(fiberCount == 0, "Wrong fiber count: %d\n", fiberCount); in test_FiberLocalStorageWithFibers()
383 ok(fiberCount == 0, "Wrong fiber count: %d\n", fiberCount); in test_FiberLocalStorageWithFibers()
[all …]