MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / free_hid_device

Function free_hid_device

dependencies/hidapi/hidapi.c:128–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128static void free_hid_device(hid_device *dev)
129{
130 /* Clean up the thread objects */
131 //pthread_barrier_destroy(&dev->barrier);
132 //pthread_cond_destroy(&dev->condition);
133 //pthread_mutex_destroy(&dev->mutex);
134
135 /* Free the device itself */
136 free(dev);
137}
138
139#ifdef WIN32
140#define CLOCK_REALTIME 0

Callers 2

hidapi.cFile · 0.85
hid_closeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected