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