mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-25 20:16:14 -05:00
[misc] Centralize thread naming plus name websocket thread
This commit is contained in:
@@ -284,6 +284,10 @@ buildopts_get(void);
|
||||
int
|
||||
mutex_init(pthread_mutex_t *mutex);
|
||||
|
||||
// wrapper for pthread_setname_np/pthread_set_name_np
|
||||
void
|
||||
thread_setname(pthread_t thread, const char *name);
|
||||
|
||||
void
|
||||
uuid_make(char *str);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user