Re: [PATCH V5 1/6] Sched: Scheduler time slice extension

From: Steven Rostedt
Date: Mon Jun 09 2025 - 18:05:13 EST


On Mon, 9 Jun 2025 17:52:51 -0400
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> // Run with: GLIBC_TUNABLES=glibc.pthread.rseq=0

You can ignore the above. I modified the rseq for my original version and
had to use a custom rseq that gcc didn't use. Although, since I was using
reserved bits, it probably didn't matter.

-- Steve


>
> #define _GNU_SOURCE
> #include <stdio.h>
> #include <string.h>
> #include <stdlib.h>
> #include <stdbool.h>
> #include <pthread.h>
> #include <unistd.h>
> #include <sys/time.h>