Searched refs:unique_work_context_id (Results 1 – 1 of 1) sorted by relevance
523 static _Atomic uint64_t unique_work_context_id = 1ull; variable549 id = atomic_fetch_add_explicit(&unique_work_context_id, 1, memory_order_relaxed) + 1; in init()