Searched refs:_thread_return (Results 1 – 5 of 5) sorted by relevance
/dports/mail/py-milter/pymilter-pymilter-1.0.4/ |
H A D | miltermodule.c | 244 _thread_return(PyThreadState *t,int val,char *errstr) { in _thread_return() function 906 o = _thread_return(_main,smfi_main(), "cannot run main"); 977 return _thread_return(t,smfi_stop(), "cannot stop"); 1112 return _thread_return(t, smfi_addheader(ctx, headerf, headerv), 1138 return _thread_return(t,smfi_chgfrom(ctx, sender, params), 1167 return _thread_return(t,smfi_chgheader(ctx, headerf, index, headerv), 1198 return _thread_return(t,rc, "cannot add recipient"); 1237 return _thread_return(t,smfi_replacebody(ctx, 1300 return _thread_return(t,smfi_quarantine(ctx, reason), 1319 return _thread_return(t,smfi_progress(ctx), "cannot notify progress"); [all …]
|
/dports/sysutils/py-salt/salt-3004.1/doc/topics/development/ |
H A D | architecture.rst | 218 decrypted message. The _thread_return() method is provided with the contents of 220 4) The new minion thread is created. The _thread_return() function starts up
|
/dports/sysutils/py-salt/salt-3004.1/salt/metaproxy/ |
H A D | proxy.py | 390 ProxyMinion._thread_return(minion_instance, opts, data)
|
H A D | deltaproxy.py | 490 ProxyMinion._thread_return(minion_instance, opts, data)
|
/dports/sysutils/py-salt/salt-3004.1/salt/ |
H A D | minion.py | 1805 return Minion._thread_return(minion_instance, opts, data) 1876 def _thread_return(cls, minion_instance, opts, data): member in Minion 3796 def _thread_return(cls, minion_instance, opts, data): member in ProxyMinion
|