mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-24 11:50:21 +00:00
mp_threads: rename threads for consistent naming across all of them
I'd like some names to be more descriptive, but to work with 15 chars limit we have to make some sacrifice. Also because of the limit, remove the `mpv/` prefix and prioritize actuall thread name.
This commit is contained in:
committed by
Dudemanguy
parent
65806ac4d1
commit
cb829879af
@@ -541,7 +541,7 @@ static void *log_file_thread(void *p)
|
||||
{
|
||||
struct mp_log_root *root = p;
|
||||
|
||||
mpthread_set_name("log-file");
|
||||
mpthread_set_name("log");
|
||||
|
||||
pthread_mutex_lock(&root->log_file_lock);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user