MCPcopy 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
875static int pthread_mutexattr_destroy(pthread_mutexattr_t *a)
876{
877 (void) a;
878 return 0;
879}
880
881static int pthread_mutexattr_gettype(pthread_mutexattr_t *a, int *type)
882{

Callers 1

rig.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected