514e77b75e
This PR is a modification that optimizes priority inheritance for only one holder. After the above modifications are completed, the mutex lock->unlock process that supports priority inheritance can be optimized by 200 cycles. Before modify: 2000 cycle After modify: 1742 cycle Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>
26 lines
512 B
Plaintext
26 lines
512 B
Plaintext
/sim/*/*/*/[o-z]*
|
|
|
|
# macOS doesn't support 32bit anymore(CONFIG_SIM_M32=y)
|
|
-Darwin,sim:posix_spawn
|
|
-Darwin,sim:rpproxy
|
|
-Darwin,sim:rpserver
|
|
-Darwin,sim:sotest32
|
|
|
|
# clang doesn't -fsanitize=kernel-address
|
|
-Darwin,sim:ostest
|
|
-Darwin,sim:ostest_oneholder
|
|
|
|
# macOS doesn't support --wrap flag
|
|
# ld: unknown option: --wrap
|
|
-Darwin,sim:segger
|
|
|
|
# macOS doesn't have X11
|
|
-Darwin,sim:touchscreen
|
|
|
|
# Do not build Windows configs
|
|
-,sim:windows
|
|
|
|
# macOS doesn't support simusb simhost
|
|
-Darwin,sim:usbdev
|
|
-Darwin,sim:usbhost
|