This is the structure used to request a signal semaphore
Source position: exec.pas line 871
type TSemaphoreRequest = record
sr_Link: TMinNode;
sr_Waiter: PTask;
end;