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_T
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Include/
H
A
D
pythread.h
34
/*
PY_TIMEOUT_T
is the integral type used to specify timeouts when waiting
43
#define
PY_TIMEOUT_T
long long
macro
76
PY_TIMEOUT_T
microseconds,
/third_party/python/Python/
H
A
D
thread_nt.h
308
PY_TIMEOUT_T
microseconds, int intr_flag)
in PyThread_acquire_lock_timed()
313
PY_TIMEOUT_T
milliseconds;
in PyThread_acquire_lock_timed()
321
if (milliseconds > (
PY_TIMEOUT_T
)TIMEOUT_MS_MAX) {
in PyThread_acquire_lock_timed()
H
A
D
thread_pthread.h
432
PyThread_acquire_lock_timed(PyThread_type_lock lock,
PY_TIMEOUT_T
microseconds,
in PyThread_acquire_lock_timed()
630
PyThread_acquire_lock_timed(PyThread_type_lock lock,
PY_TIMEOUT_T
microseconds,
in PyThread_acquire_lock_timed()
/third_party/python/Modules/
H
A
D
_queuemodule.c
212
PY_TIMEOUT_T
microseconds;
in _queue_SimpleQueue_get_impl()
H
A
D
faulthandler.c
90
PY_TIMEOUT_T
timeout_us; /* timeout in microseconds */
779
thread.timeout_us = (
PY_TIMEOUT_T
)timeout_us;
in faulthandler_dump_traceback_later()
/third_party/python/Modules/_io/
H
A
D
bufferedio.c
276
st = PyThread_acquire_lock_timed(self->lock, (
PY_TIMEOUT_T
)1e6, 0);
in _enter_buffered_busy()
Completed in 8 milliseconds