libqsbr icon indicating copy to clipboard operation
libqsbr copied to clipboard

QSBR and EBR library

Results 1 libqsbr issues
Sort by recently updated
recently updated
newest added

This assertion checks if `qsbr_epoch_t` is a 64 bit type: static_assert(sizeof(qsbr_epoch_t) == 8, "expected 64-bit counter") However, the code defines `qsbr_epoch_t` to be of type typedef unsigned long qsbr_epoch_t; which...