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

Function pthread_sigmask

compat/win32/pthread.h:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96#ifndef __MINGW64_VERSION_MAJOR
97static inline int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset)
98{
99 return 0;
100}
101#endif
102
103#endif /* PTHREAD_H */

Callers 4

atfork_prepareFunction · 0.85
atfork_parentFunction · 0.85
run_threadFunction · 0.85
thread_block_sigpipeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected