mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
- Emulate Linux mutex API using sx(9) locks with only exclusive operations
instead of mutex(9), in Linux mutexes are sleepable.
- Emulate Linux rwlock_t using rwlock(9) instead of sx(9). rwlock_t
in Linux are spin locks
|
||
|---|---|---|
| .. | ||
| list.h | ||
| vchi_bsd.c | ||
| vchi_bsd.h | ||