MCPcopy 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
869static int pthread_mutexattr_init(pthread_mutexattr_t *a)
870{
871 *a = 0;
872 return 0;
873}
874
875static int pthread_mutexattr_destroy(pthread_mutexattr_t *a)
876{

Callers 1

rig.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected