mirror of
https://github.com/opnsense/src.git
synced 2026-03-17 08:02:24 -04:00
r251524 introduced custom tailored versions for MIPS of these functions for kernel-space code. We can just reuse them in userspace as well. |
||
|---|---|---|
| .. | ||
| __sync_fetch_and_add_4.c | ||
| __sync_fetch_and_and_4.c | ||
| __sync_fetch_and_op_n.h | ||
| __sync_fetch_and_or_4.c | ||
| __sync_fetch_and_sub_4.c | ||
| __sync_fetch_and_xor_4.c | ||
| __sync_lock_test_and_set_4.c | ||
| __sync_synchronize.c | ||
| __sync_val_compare_and_swap_4.c | ||
| __sync_val_compare_and_swap_n.h | ||
| Makefile | ||