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:PY_TIMEOUT_MAX
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Include/
H
A
D
pythread.h
36
PY_TIMEOUT_MAX
is the highest usable value (in microseconds) of that
48
# define
PY_TIMEOUT_MAX
(LLONG_MAX / 1000)
macro
54
# define
PY_TIMEOUT_MAX
(0xFFFFFFFELL * 1000)
56
# define
PY_TIMEOUT_MAX
LLONG_MAX
macro
59
# define
PY_TIMEOUT_MAX
LLONG_MAX
macro
68
microseconds must be less than
PY_TIMEOUT_MAX
. Behaviour otherwise is
/third_party/python/Modules/
H
A
D
_queuemodule.c
231
if (microseconds >
PY_TIMEOUT_MAX
) {
in _queue_SimpleQueue_get_impl()
H
A
D
_threadmodule.c
163
if (microseconds >
PY_TIMEOUT_MAX
) {
in lock_acquire_parse_args()
1645
double timeout_max = (double)
PY_TIMEOUT_MAX
* 1e-6;
in thread_module_exec()
H
A
D
faulthandler.c
732
if (timeout_us >
PY_TIMEOUT_MAX
|| timeout_us / SEC_TO_US > LONG_MAX) {
in faulthandler_dump_traceback_later()
778
/* the downcast is safe: we check that 0 < timeout_us <
PY_TIMEOUT_MAX
*/
in faulthandler_dump_traceback_later()
Completed in 5 milliseconds