Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hamlib/Hamlib
/ pthread_mutexattr_init
Function
pthread_mutexattr_init
include/hamlib/winpthreads.h:869–873 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
867
}
868
869
static int pthread_mutexattr_init(pthread_mutexattr_t *a)
870
{
871
*a = 0;
872
return 0;
873
}
874
875
static int pthread_mutexattr_destroy(pthread_mutexattr_t *a)
876
{
Callers
1
rig.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected