[vlc-devel] [PATCH v3 1/4] thread: add a function to give names to threads

Alexandre Janniaux ajanni at videolabs.io
Thu Nov 12 12:35:50 CET 2020


Hi,

On Tue, Nov 10, 2020 at 12:05:47PM +0100, Steve Lhomme wrote:
> +#elif defined(__APPLE__)
> +void vlc_thread_set_name(const char *name)
> +{
> +    pthread_setname_np(name);
> +}

Does it work with xcode / lldb? Maybe it also needs setting
the same NSThread property too?

Regards,
--
Alexandre Janniaux
Videolabs


More information about the vlc-devel mailing list