Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:async_exc
(Results
1 - 5
of
5
) sorted by relevance
/third_party/python/Include/cpython/
H
A
D
pystate.h
131
PyObject *
async_exc
; /* Asynchronous exception to raise */
member
/third_party/python/Include/internal/
H
A
D
pycore_interp.h
33
/* Request for looking at the `
async_exc
` field of the current
36
int
async_exc
;
member
/third_party/python/Python/
H
A
D
ceval_gil.h
325
if (tstate->
async_exc
!= NULL) {
in take_gil()
H
A
D
pystate.c
1038
Py_CLEAR(tstate->
async_exc
);
in PyThreadState_Clear()
1330
* (if any) in tstate->
async_exc
, but that can in turn
in PyThreadState_SetAsyncExc()
1336
PyObject *old_exc = tstate->
async_exc
;
in PyThreadState_SetAsyncExc()
1338
tstate->
async_exc
= exc;
in PyThreadState_SetAsyncExc()
H
A
D
ceval.c
248
| ceval2->pending.
async_exc
);
in COMPUTE_EVAL_BREAKER()
321
ceval2->pending.
async_exc
= 1;
in SIGNAL_ASYNC_EXC()
331
ceval2->pending.
async_exc
= 0;
in UNSIGNAL_ASYNC_EXC()
1219
if (tstate->
async_exc
!= NULL) {
in eval_frame_handle_pending()
1220
PyObject *exc = tstate->
async_exc
;
in eval_frame_handle_pending()
1221
tstate->
async_exc
= NULL;
in eval_frame_handle_pending()
Completed in 18 milliseconds