Home
last modified time | relevance | path

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

/misc/
A 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()
89 ++function_called; in fake_race_deallocate()
99 ++function_called; in fake_race_allocate_for_free()
143 function_called = 0; in do_test()
150 function_called = 3; in do_test()
159 function_called = 0; in do_test()
[all …]

Completed in 4 milliseconds