1、当并发量较小的时候
atomic num; if (atomic_add(1) > 1) { atomic_sub(1); return; } // 确保只有一个线程可以进入
2、当并发量大的时候,需要进行分梯度处理
京公网安备 11010502049817号