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:wait_events
(Results
1 - 2
of
2
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
mutex-win32.c
36
pa_hashmap *
wait_events
;
member
72
c->
wait_events
= pa_hashmap_new(NULL, NULL);
in pa_cond_new()
73
assert(c->
wait_events
);
in pa_cond_new()
81
pa_hashmap_free(c->
wait_events
);
in pa_cond_free()
88
if (pa_hashmap_size(c->
wait_events
) == 0)
in pa_cond_signal()
92
SetEvent(pa_hashmap_first(c->
wait_events
));
in pa_cond_signal()
100
pa_hashmap_iterate(c->
wait_events
, &iter, &key);
in pa_cond_signal()
103
event = (HANDLE)pa_hashmap_get(c->
wait_events
, key);
in pa_cond_signal()
118
pa_hashmap_put(c->
wait_events
, event, event);
in pa_cond_wait()
126
pa_hashmap_remove(c->
wait_events
, even
in pa_cond_wait()
[all...]
/third_party/glfw/tests/
H
A
D
cursor.c
70
static int
wait_events
= GLFW_TRUE;
variable
229
wait_events
= !
wait_events
;
in key_callback()
230
printf("(( %sing for events ))\n",
wait_events
? "wait" : "poll");
in key_callback()
470
if (
wait_events
)
in main()
Completed in 2 milliseconds