c-concurrency

star 4

C concurrency conventions: C11 atomics with explicit memory orders, C11 threads.h and POSIX pthread (mutex, condvar, rwlock, barrier), cache-line alignment to kill false sharing, ThreadSanitizer for race detection, and async-signal-safe rules for signal handlers. Use when designing multi-threaded data structures, debugging races/deadlocks, picking a memory order, or reasoning about lock-free patterns. Triggers on "原子操作", "memory_order", "TSan", "data race", "死锁", "条件变量", "false sharing", "pthread_mutex", "atomic_compare_exchange".

lazygophers By lazygophers schedule Updated 5/16/2026

Skill instructions (SKILL.md) could not be loaded from local cache or raw GitHub repository.

Install via CLI
npx skills add https://github.com/lazygophers/ccplugin --skill c-concurrency
Repository Details
star Stars 4
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator