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:handle_signals
(Results
1 - 3
of
3
) sorted by relevance
/third_party/python/Lib/test/
H
A
D
test_threadsignals.py
29
def
handle_signals
(sig,frame):
function
243
oldsigs = registerSignals(
handle_signals
,
handle_signals
,
handle_signals
)
/third_party/ltp/testcases/misc/math/float/
H
A
D
main.c
62
int sig_cancel = 0; /* flag set by
handle_signals
to tell initial thread
65
int indice = 0; /* # of threads created, to be canceled by
handle_signals
74
static void *
handle_signals
(void *);
200
retval = pthread_create(&sig_hand, NULL,
handle_signals
, NULL);
in main()
313
|
handle_signals
() |
322
static void *
handle_signals
(void *arg)
in handle_signals()
function
/third_party/python/Python/
H
A
D
ceval.c
672
handle_signals
(PyThreadState *tstate)
in handle_signals()
function
681
/* On failure, re-schedule a call to
handle_signals
(). */
in handle_signals()
771
int res =
handle_signals
(tstate);
in Py_MakePendingCalls()
1188
if (
handle_signals
(tstate) != 0) {
in eval_frame_handle_pending()
Completed in 12 milliseconds