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

Function grep_lock

builtin/grep.c:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85static pthread_mutex_t grep_mutex;
86
87static inline void grep_lock(void)
88{
89 pthread_mutex_lock(&grep_mutex);
90}
91
92static inline void grep_unlock(void)
93{

Callers 4

add_workFunction · 0.85
get_workFunction · 0.85
work_doneFunction · 0.85
wait_allFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected