Skip to content

File SolidSyslogPosixSleep.h

FileList > Interface > SolidSyslogPosixSleep.h

Go to the source code of this file

The POSIX SolidSyslogSleepFunction.

  • #include "ExternC.h"

Public Functions

Type Name
EXTERN_C_BEGIN void SolidSyslogPosixSleep (int milliseconds)
Sleeps for milliseconds via nanosleep.

Public Functions Documentation

function SolidSyslogPosixSleep

Sleeps for milliseconds via nanosleep.

EXTERN_C_BEGIN void SolidSyslogPosixSleep (
    int milliseconds
) 

It neither performs nor bounds retries; callers such as the TLS handshake use it to yield between their own bounded attempts.



The documentation for this class was generated from the following file Platform/Posix/Interface/SolidSyslogPosixSleep.h