MCPcopy Create free account
hub / github.com/Hamlib/Hamlib / pthread_attr_init

Function pthread_attr_init

include/hamlib/winpthreads.h:659–665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657}
658
659static int pthread_attr_init(pthread_attr_t *attr)
660{
661 attr->p_state = PTHREAD_DEFAULT_ATTR;
662 attr->stack = NULL;
663 attr->s_size = 0;
664 return 0;
665}
666
667static int pthread_attr_destroy(pthread_attr_t *attr)
668{

Callers 8

pstrotator_rot_openFunction · 0.85
start_threadFunction · 0.85
start_threadFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
ars_openFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected