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