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

/linux-master/tools/perf/util/
H A Dthread.c83 static void (*thread__priv_destructor)(void *priv); variable
87 assert(thread__priv_destructor == NULL);
89 thread__priv_destructor = destructor;
125 if (thread__priv_destructor)
126 thread__priv_destructor(thread__priv(thread));

Completed in 214 milliseconds