Home
last modified time | relevance | path

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

/petsc/src/sys/perfstubs/
H A Dtool.h48 typedef void (*ps_register_thread_t)(void); typedef
77 ps_register_thread_t register_thread;
H A Dpstimer.c47 ps_register_thread_t register_thread_functions[MAX_TOOLS];
144 (ps_register_thread_t)dlsym(RTLD_DEFAULT, "ps_tool_register_thread"); in initialize_library()