Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/libelf/common/
H A Ddecl.h164 #define SCNLOCK(x) (void) mutex_lock(&((Elf_Scn *)x)->s_mutex); macro
166 #define SCNLOCK(x) \ macro