Re: [FFmpeg-devel] [PATCH] w32pthreads: add support for setting thread name

2025-03-04 Thread Kacper Michajlow
On Tue, 4 Mar 2025 at 15:57, Kacper Michajlow wrote: > > On Tue, 4 Mar 2025 at 15:50, James Almer wrote: > > > > On 3/4/2025 9:52 AM, Kacper Michajłow wrote: > > > Signed-off-by: Kacper Michajłow > > > --- > > > compat/w32pthreads.h | 30 ++ > > > libavutil/thread.

Re: [FFmpeg-devel] [PATCH] w32pthreads: add support for setting thread name

2025-03-04 Thread Kacper Michajlow
On Tue, 4 Mar 2025 at 15:50, James Almer wrote: > > On 3/4/2025 9:52 AM, Kacper Michajłow wrote: > > Signed-off-by: Kacper Michajłow > > --- > > compat/w32pthreads.h | 30 ++ > > libavutil/thread.h | 2 ++ > > 2 files changed, 32 insertions(+) > > > > diff --git

Re: [FFmpeg-devel] [PATCH] w32pthreads: add support for setting thread name

2025-03-04 Thread James Almer
On 3/4/2025 9:52 AM, Kacper Michajłow wrote: Signed-off-by: Kacper Michajłow --- compat/w32pthreads.h | 30 ++ libavutil/thread.h | 2 ++ 2 files changed, 32 insertions(+) diff --git a/compat/w32pthreads.h b/compat/w32pthreads.h index fd6428e29f..83b4819205 10

[FFmpeg-devel] [PATCH] w32pthreads: add support for setting thread name

2025-03-04 Thread Kacper Michajłow
Signed-off-by: Kacper Michajłow --- compat/w32pthreads.h | 30 ++ libavutil/thread.h | 2 ++ 2 files changed, 32 insertions(+) diff --git a/compat/w32pthreads.h b/compat/w32pthreads.h index fd6428e29f..83b4819205 100644 --- a/compat/w32pthreads.h +++ b/compat/w32pt