Home
last modified time | relevance | path

Searched refs:init_count (Results 1 – 1 of 1) sorted by relevance

/external/libusb/libusb/os/
Dlinux_usbfs.c122 static int init_count = 0; variable
449 if (init_count == 0) { in op_init()
456 init_count++; in op_init()
457 else if (init_count == 0) in op_init()
469 assert(init_count != 0); in op_exit()
470 if (!--init_count) { in op_exit()