Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/questdb/questdb
/ pause
Method
pause
core/src/main/java/io/questdb/std/Os.java:215–220 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
213
}
214
215
public
static
void
pause() {
216
try {
217
Thread.sleep(0);
218
} catch (InterruptedException ignore) {
219
}
220
}
221
222
public
static
native long realloc(long mem, long size);
223
Callers
15
testInfluxStreamingRetriesOnServerRestart
Method · 0.95
testServerMainNoStart
Method · 0.95
testServerMainPgWire
Method · 0.95
testReportCrashFiles
Method · 0.95
testTwoThreadsSendTwoThreadsRead
Method · 0.95
testMaxConnections0
Method · 0.95
testParquetExportLimit
Method · 0.95
executeExplicit
Method · 0.95
executeUntilDisconnect
Method · 0.95
testConnectionGaugeDecrementsOnSendPathDisconnect
Method · 0.95
testConnectionGaugeTracksOpenClose
Method · 0.95
testProcessedCountDoesNotIncludeDroppedDatagrams
Method · 0.95
Calls
1
sleep
Method · 0.80
Tested by
15
testInfluxStreamingRetriesOnServerRestart
Method · 0.76
testServerMainNoStart
Method · 0.76
testServerMainPgWire
Method · 0.76
testReportCrashFiles
Method · 0.76
testTwoThreadsSendTwoThreadsRead
Method · 0.76
testMaxConnections0
Method · 0.76
testParquetExportLimit
Method · 0.76
executeExplicit
Method · 0.76
executeUntilDisconnect
Method · 0.76
testConnectionGaugeDecrementsOnSendPathDisconnect
Method · 0.76
testConnectionGaugeTracksOpenClose
Method · 0.76
testProcessedCountDoesNotIncludeDroppedDatagrams
Method · 0.76