MCPcopy Create free account
hub / github.com/git/git / sleep_millisec

Function sleep_millisec

wrapper.c:706–709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704}
705
706void sleep_millisec(int millisec)
707{
708 poll(NULL, 0, millisec);
709}
710
711int xgethostname(char *buf, size_t len)
712{

Callers 10

help_unknown_cmdFunction · 0.85
lock_file_timeoutFunction · 0.85
ipc_get_active_stateFunction · 0.85
connect_to_serverFunction · 0.85
connect_to_serverFunction · 0.85
app__slow_commandFunction · 0.85
client__stop_serverFunction · 0.85
ut_100timerFunction · 0.85
ut_101timer_thread_procFunction · 0.85
do_as_client__send_stopFunction · 0.85

Calls 1

pollFunction · 0.85

Tested by 4

app__slow_commandFunction · 0.68
client__stop_serverFunction · 0.68
ut_100timerFunction · 0.68
ut_101timer_thread_procFunction · 0.68