Home
last modified time | relevance | path

Searched defs:__LOCK_INIT_RECURSIVE (Results 1 – 7 of 7) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/include/sys/
H A Dlock.h15 #define __LOCK_INIT_RECURSIVE(class,lock) static int lock = 0; macro
39 #define __LOCK_INIT_RECURSIVE(class,lock) __LOCK_INIT(class,lock) macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/include/sys/
H A Dlock.h10 #define __LOCK_INIT_RECURSIVE(class,lock) static int lock = 0; macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/include/sys/
H A Dlock.h12 #define __LOCK_INIT_RECURSIVE(class,lock) static int lock = 0; macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/include/sys/
H A Dlock.h10 #define __LOCK_INIT_RECURSIVE(class,lock) static int lock = 0; macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/sys/
H A Dlock.h20 #define __LOCK_INIT_RECURSIVE(class, lock) \ macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/tirtos/include/sys/
H A Dlock.h70 #define __LOCK_INIT_RECURSIVE(class,lock) \ macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/rtems/include/sys/
H A Dlock.h218 #define __LOCK_INIT_RECURSIVE(_qualifier, _designator) \ macro