Home
last modified time | relevance | path

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

/third_party/glib/glib/tests/
Dmainloop.c162 count_calls (gpointer data) in count_calls() function
190 g_source_set_callback (source, count_calls, &a, NULL); in test_timeouts()
195 g_source_set_callback (source, count_calls, &b, NULL); in test_timeouts()
200 g_source_set_callback (source, count_calls, &c, NULL); in test_timeouts()
238 g_source_set_callback (sourcea, count_calls, &a, NULL); in test_priorities()
244 g_source_set_callback (sourceb, count_calls, &b, NULL); in test_priorities()
480 g_source_set_callback (child_b, count_calls, &b, NULL); in test_child_sources()
484 g_source_set_callback (child_c, count_calls, &c, NULL); in test_child_sources()
553 g_source_set_callback (parent, count_calls, &a, NULL); in test_recursive_child_sources()
556 g_source_set_callback (child_b, count_calls, &b, NULL); in test_recursive_child_sources()
[all …]
/third_party/python/Lib/
Dpstats.py594 def count_calls(callers): function