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

Function initFIFO

src/fifo.c:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29#include "fifo.h"
30
31void initFIFO(FIFO_RIG *fifo)
32{
33 fifo->head = 0;
34 fifo->tail = 0;
35 static pthread_mutex_t t = PTHREAD_MUTEX_INITIALIZER;
36 fifo->mutex = t;
37}
38
39void resetFIFO(FIFO_RIG *fifo)
40{

Callers 2

morse_data_handlerFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected