Home
last modified time | relevance | path

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

/glibc-2.36/misc/
Dtst-allocate_once.c49 static int function_called; variable
57 TEST_COMPARE (function_called, 0); in allocate_return_null()
58 ++function_called; in allocate_return_null()
72 TEST_COMPARE (function_called, 0); in fake_race_allocate()
73 ++function_called; in fake_race_allocate()
88 TEST_COMPARE (function_called, 1); in fake_race_deallocate()
89 ++function_called; in fake_race_deallocate()
98 TEST_COMPARE (function_called, 0); in fake_race_allocate_for_free()
99 ++function_called; in fake_race_allocate_for_free()
139 TEST_COMPARE (function_called, 1); in do_test()
[all …]