Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibverbs/
H A Ddevice.c62 static pthread_once_t device_list_once = PTHREAD_ONCE_INIT; variable
79 pthread_once(&device_list_once, count_devices); in __ibv_get_device_list()