Searched refs:function (Results 1 – 4 of 4) sorted by relevance
38 typedef void (*function) (void); typedef43 function *fun_vec = (function *) dso_fun; in dso_invoke()56 function fun_vec[DSO_SHARED_FILES]; in dso_process()71 fun_vec[dso] = (function) dlsym (handle[dso], "function"); in dso_process()
23 function (void) in function() function
31 mutex_entry - probe for entry to the pthread_mutex_lock function33 mutex_timedlock_entry - probe for entry to the pthread_mutex_timedlock function35 mutex_clocklock_entry - probe for entry to the pthread_mutex_clocklock function44 wrlock_entry - probe for entry to the pthread_rwlock_wrlock function46 rdlock_entry - probe for entry to the pthread_rwlock_rdlock function
149 std::function<void (void *(void *))> do_pthread = in do_test()170 std::function<void (void *(void *))> do_std_thread = in do_test()177 std::array<std::pair<const char *, std::function<void (void *(void *))>>, 2> in do_test()
Completed in 4 milliseconds