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:polling
(Results
1 - 4
of
4
) sorted by relevance
/third_party/alsa-lib/aserver/
H
A
D
aserver.c
200
int
polling
;
member
240
client->
polling
= 0;
326
if (client->
polling
) {
in pcm_shm_close()
328
client->
polling
= 0;
in pcm_shm_close()
544
client->
polling
= 0;
in ctl_handler()
576
client->
polling
= 1;
in ctl_shm_open()
589
if (client->
polling
) {
in ctl_shm_close()
591
client->
polling
= 0;
in ctl_shm_close()
/third_party/python/Lib/asyncio/
H
A
D
unix_events.py
509
polling
= selector_events._test_selector_event(
511
if
polling
:
512
info.append('
polling
')
651
polling
= selector_events._test_selector_event(
653
if
polling
:
654
info.append('
polling
')
1045
polling
explicitly each process in the SIGCHLD handler instead of calling
H
A
D
selector_events.py
801
polling
= _test_selector_event(self._loop._selector,
803
if
polling
:
804
info.append('read=
polling
')
808
polling
= _test_selector_event(self._loop._selector,
811
if
polling
:
812
state = '
polling
'
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_share.c
92
int
polling
;
member
411
slave->
polling
= 1;
in snd_pcm_share_thread()
420
slave->
polling
= 0;
in snd_pcm_share_thread()
438
if (!slave->
polling
) {
in _snd_pcm_share_update()
Completed in 7 milliseconds