Home
last modified time | relevance | path

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

/misc/
A Dtst-allocate_once.c65 static void *fake_race_place; variable
75 fake_race_place = &fake_race_region[1]; in fake_race_allocate()
86 TEST_VERIFY (fake_race_place == &fake_race_region[1]); in fake_race_deallocate()
101 fake_race_place = &fake_race_region[1]; in fake_race_allocate_for_free()
144 TEST_VERIFY (allocate_once (&fake_race_place, in do_test()
151 TEST_VERIFY (allocate_once (&fake_race_place, in do_test()
160 fake_race_place = NULL; in do_test()
161 TEST_VERIFY (allocate_once (&fake_race_place, in do_test()
168 TEST_VERIFY (allocate_once (&fake_race_place, in do_test()

Completed in 3 milliseconds