mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
initialized mutex. Statically initialized mutexes are actually initialized at first use (pthread_mutex_lock/pthread_mutex_trylock). To prevent concurrent initialization by multiple threads, all static initializations are now serialized by a spinlock. Reviewed by: jb |
||
|---|---|---|
| .. | ||
| sys | ||
| thread | ||
| Makefile | ||