race
const struct dsthash_dst *dst, bool *race)
*race = true;
bool race = false;
dh = dsthash_alloc_init(hinfo, &dst, &race);
} else if (race) {
prog_fd = bpf_program__fd(timer_skel->progs.race);
static USDT_DEFINE_SEMA(race);
__stringify(USDT_SEMA(race)),
ASSERT_FALSE(USDT_SEMA_IS_ACTIVE(race), "race_semaphore");
int race(void *ctx)
TEST_ASSERT_EQ(pthread_create(&thread, NULL, race, vcpus[0]), 0);