[FFmpeg-devel] [PATCH] lavu: add ff_pthread_setname() and use it in various places
Clément Bœsch
u at pkh.me
Wed Jan 20 23:28:24 CET 2016
On Wed, Jan 20, 2016 at 11:11:35PM +0100, Clément Bœsch wrote:
[...]
> +#elif defined(__linux__)
locally changed to defined(__linux__) && defined(__GLIBC__)
> + pthread_setname_np(pthread_self(), name);
> +#endif
> +}
> +
[...]
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160120/99fb86fc/attachment.sig>
More information about the ffmpeg-devel
mailing list