Searched defs:_MD_RESTORE_ERRNO (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_reliantunix.h235 _MD_RESTORE_ERRNO(_thread); \
241 #define _MD_RESTORE_ERRNO(t) errno = (t)->md.errcode; macro
H A D_irix.h180 #define _MD_RESTORE_ERRNO(_thread) errno = (_thread)->md.errcode; macro
369 _MD_RESTORE_ERRNO(_newThread) \
H A D_solaris.h362 #define _MD_RESTORE_ERRNO(_thread) macro
550 #define _MD_RESTORE_ERRNO(_thread) errno = (_thread)->md.errcode;
576 _MD_RESTORE_ERRNO(_newThread) \
622 _MD_RESTORE_ERRNO(_newThread); \
647 _MD_RESTORE_ERRNO(_newThread) \
700 _MD_RESTORE_ERRNO(_newthread) \

Completed in 48 milliseconds