Searched refs:assert_zero_t (Results 1 – 1 of 1) sorted by relevance
68 #define assert_zero_t(tid, error) do { if ((error) != 0) { fprintf(stderr, "[FAIL] Thread %d e… macro617 assert_zero_t(my_id, atomic_load_explicit(&g_done_threads, memory_order_relaxed)); in worker_thread()