Home
last modified time | relevance | path

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

/dports/lang/gauche/Gauche-0.9.10/ext/threads/
H A Dthreads.c81 vm->resultException = e; in thread_cleanup_inner()
103 vm->resultException = in thread_entry()
114 vm->resultException = in thread_entry()
123 vm->resultException = exc; in thread_entry()
224 result = target->result; resultx = target->resultException; in Scm_ThreadJoin()
225 target->resultException = SCM_FALSE; /* clear it */ in Scm_ThreadJoin()
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/COM/
H A DCOMUtils.java139 COMException resultException = null; in checkRC() local
211 if(resultException != null) { in checkRC()
212 throw resultException; in checkRC()
/dports/lang/gauche/Gauche-0.9.10/src/gauche/
H A Dvm.h351 ScmObj resultException; /* Exception that causes the thread to terminate.*/ member
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dvm.c197 v->resultException = SCM_UNDEFINED; in Scm_NewVM()
395 ScmObj re = vm->resultException; in vm_finalize()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DHttpWebRequest.cs5891 private bool HasRedirectPermission(Uri uri, ref Exception resultException) in HasRedirectPermission() argument
5897 resultException = new SecurityException(SR.GetString(SR.net_redirect_perm), in HasRedirectPermission()