Home
last modified time | relevance | path

Searched refs:sigstop_timeout (Results 1 – 1 of 1) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.cpp499 struct timespec sigstop_timeout; in DoSIGSTOP() local
500 DNBTimer::OffsetTimeOfDay(&sigstop_timeout, 2, 0); in DoSIGSTOP()
501 Signal (SIGSTOP, &sigstop_timeout); in DoSIGSTOP()