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:_shutdown
(Results
1 - 9
of
9
) sorted by relevance
/third_party/python/Lib/concurrent/futures/
H
A
D
thread.py
18
_shutdown
= False
variable
20
# shutting down. Must be held while mutating _threads_queues and
_shutdown
.
24
global
_shutdown
26
_shutdown
= True
99
if
_shutdown
or executor is None or executor.
_shutdown
:
103
executor.
_shutdown
= True
154
self.
_shutdown
= False
166
if self.
_shutdown
:
168
if
_shutdown
[all...]
/third_party/python/Lib/
H
A
D
weakref.py
560
_shutdown
= False
variable in finalize
589
if info and not self.
_shutdown
:
672
finalize.
_shutdown
= True
H
A
D
threading.py
816
# Set of Thread._tstate_lock locks of non-daemon threads used by
_shutdown
()
913
# (ex: after threading.
_shutdown
() has been called), _tstate_lock
1060
# module's
_shutdown
() function.
1513
non-daemon threads are joined in `
_shutdown
()`. It provides a similar
1530
# (Py_Main) as threading.
_shutdown
.
1534
def
_shutdown
():
function
1544
#
_shutdown
() was already called
1565
# bpo-1596321:
_shutdown
() must be called in the main thread.
1630
# reset
_shutdown
() locks: threads re-register their _tstate_lock below
/third_party/FreeBSD/lib/libc/include/
H
A
D
namespace.h
262
#define shutdown
_shutdown
/third_party/python/Lib/multiprocessing/
H
A
D
process.py
332
threading.
_shutdown
()
/third_party/pulseaudio/src/modules/x11/
H
A
D
module-x11-xsmp.c
138
static void save_yourself_cb(SmcConn connection, SmPointer client_data, int save_type, Bool
_shutdown
, int interact_style, Bool fast) {
in save_yourself_cb()
argument
/third_party/python/Include/internal/
H
A
D
pycore_global_strings.h
225
STRUCT_FOR_ID(
_shutdown
)
H
A
D
pycore_runtime_init.h
848
INIT_ID(
_shutdown
), \
/third_party/python/Python/
H
A
D
pylifecycle.c
2886
/* Wait until threading.
_shutdown
completes, provided
2902
result = PyObject_CallMethodNoArgs(threading, &_Py_ID(
_shutdown
));
in wait_for_thread_shutdown()
Completed in 10 milliseconds