mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-26 12:50:19 +00:00
ALL: use new mp_thread abstraction
This commit is contained in:
committed by
Dudemanguy
parent
3a8b107f62
commit
174df99ffa
@@ -30,5 +30,5 @@ void stats_event(struct stats_ctx *ctx, const char *name);
|
||||
// or stats_unregister_thread() is called, otherwise UB will occur.
|
||||
void stats_register_thread_cputime(struct stats_ctx *ctx, const char *name);
|
||||
|
||||
// Remove reference to pthread_self().
|
||||
// Remove reference to mp_thread_self().
|
||||
void stats_unregister_thread(struct stats_ctx *ctx, const char *name);
|
||||
|
||||
Reference in New Issue
Block a user