Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/libelf/common/
H A Ddecl.h172 #define SCNUNLOCK(x) (void) mutex_unlock(&((Elf_Scn *)x)->s_mutex); macro
174 #define SCNUNLOCK(x) \ macro