Home
last modified time | relevance | path

Searched refs:__LOCK_INIT (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/include/sys/
Dlock.h14 #define __LOCK_INIT(lock) macro
35 #define __LOCK_INIT(lock) extern struct __lock __lock_ ## lock; macro
36 #define __LOCK_INIT_RECURSIVE(lock) __LOCK_INIT(lock)
/picolibc-latest/newlib/libc/sys/amdgcn/include/sys/
Dlock.h12 #define __LOCK_INIT(CLASS,LOCK) CLASS _LOCK_T LOCK = 0; macro
13 #define __LOCK_INIT_RECURSIVE(CLASS,LOCK) __LOCK_INIT(CLASS,LOCK)