Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dthread.c84 static void (*thread__priv_destructor)(void *priv); variable
88 assert(thread__priv_destructor == NULL); in thread__set_priv_destructor()
90 thread__priv_destructor = destructor; in thread__set_priv_destructor()
126 if (thread__priv_destructor) in thread__delete()
127 thread__priv_destructor(thread__priv(thread)); in thread__delete()