Home
last modified time | relevance | path

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

/dports/multimedia/mpv/mpv-0.34.1/common/
H A Dstats.h34 void stats_unregister_thread(struct stats_ctx *ctx, const char *name);
H A Dstats.c337 void stats_unregister_thread(struct stats_ctx *ctx, const char *name) in stats_unregister_thread() function
/dports/multimedia/mpv/mpv-0.34.1/demux/
H A Ddemux.c2583 stats_unregister_thread(in->stats, "thread"); in demux_thread()