Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/sys/amdgcn/include/sys/
Dlock.h12 #define __LOCK_INIT(CLASS,LOCK) CLASS _LOCK_T LOCK = 0; argument
13 #define __LOCK_INIT_RECURSIVE(CLASS,LOCK) __LOCK_INIT(CLASS,LOCK) argument