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:save_tstate
(Results
1 - 3
of
3
) sorted by relevance
/third_party/python/Modules/
H
A
D
_xxsubinterpretersmodule.c
1935
PyThreadState *
save_tstate
= NULL;
in _run_script_in_interpreter()
local
1940
save_tstate
= PyThreadState_Swap(tstate);
in _run_script_in_interpreter()
1948
if (
save_tstate
!= NULL) {
in _run_script_in_interpreter()
1949
PyThreadState_Swap(
save_tstate
);
in _run_script_in_interpreter()
2005
PyThreadState *
save_tstate
= _PyThreadState_GET();
in interp_create()
local
2008
PyThreadState_Swap(
save_tstate
);
in interp_create()
2020
save_tstate
= PyThreadState_Swap(tstate);
in interp_create()
2022
PyThreadState_Swap(
save_tstate
);
in interp_create()
2073
PyThreadState *
save_tstate
= PyThreadState_Swap(tstate);
in interp_destroy()
local
2075
PyThreadState_Swap(
save_tstate
);
in interp_destroy()
[all...]
/third_party/python/Python/
H
A
D
pystate.c
683
PyThreadState *
save_tstate
= _PyThreadState_Swap(gilstate, tstate);
in _PyInterpreterState_IDDecref()
local
685
_PyThreadState_Swap(gilstate,
save_tstate
);
in _PyInterpreterState_IDDecref()
1874
PyThreadState *
save_tstate
= NULL;
in _call_in_interpreter()
local
1879
save_tstate
= _PyThreadState_Swap(gilstate, tstate);
in _call_in_interpreter()
1885
if (
save_tstate
!= NULL) {
in _call_in_interpreter()
1886
_PyThreadState_Swap(gilstate,
save_tstate
);
in _call_in_interpreter()
H
A
D
pylifecycle.c
1987
PyThreadState *
save_tstate
= PyThreadState_Swap(tstate);
in new_interpreter()
local
1991
if (
save_tstate
!= NULL) {
in new_interpreter()
1992
config = _PyInterpreterState_GetConfig(
save_tstate
->interp);
in new_interpreter()
2031
PyThreadState_Swap(
save_tstate
);
in new_interpreter()
Completed in 9 milliseconds