Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ async_exit
Function
async_exit
run-command.c:1093–1096 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1091
}
1092
1093
static void NORETURN async_exit(int code)
1094
{
1095
pthread_exit((void *)(intptr_t)code);
1096
}
1097
1098
#else
1099
Callers
1
check_pipe
Function · 0.85
Calls
1
pthread_exit
Function · 0.85
Tested by
no test coverage detected