Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
static 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_prepare
Function · 0.85
atfork_parent
Function · 0.85
run_thread
Function · 0.85
thread_block_sigpipe
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected