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:exit_event
(Results
1 - 6
of
6
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
core.c
180
c->
exit_event
= NULL;
in pa_core_new()
262
if (c->
exit_event
)
in core_free()
263
c->mainloop->time_free(c->
exit_event
);
in core_free()
501
pa_assert(c->
exit_event
== e);
in exit_callback()
510
if (!c->
exit_event
&&
in pa_core_check_idle()
514
c->
exit_event
= pa_core_rttime_new(c, pa_rtclock_now() + c->exit_idle_time * PA_USEC_PER_SEC, exit_callback, c);
in pa_core_check_idle()
516
} else if (c->
exit_event
&& pa_idxset_size(c->clients) > 0) {
in pa_core_check_idle()
517
c->mainloop->time_free(c->
exit_event
);
in pa_core_check_idle()
518
c->
exit_event
= NULL;
in pa_core_check_idle()
H
A
D
core.h
212
pa_time_event *
exit_event
;
member
/third_party/curl/tests/server/
H
A
D
util.c
514
HANDLE
exit_event
= NULL;
variable
530
if(
exit_event
)
in exit_signal_handler()
531
(void)SetEvent(
exit_event
);
in exit_signal_handler()
697
exit_event
= CreateEvent(NULL, TRUE, FALSE, NULL);
in install_signal_handlers()
698
if(!
exit_event
)
in install_signal_handlers()
799
if(
exit_event
) {
in restore_signal_handlers()
800
if(CloseHandle(
exit_event
)) {
in restore_signal_handlers()
801
exit_event
= NULL;
in restore_signal_handlers()
H
A
D
util.h
80
extern HANDLE
exit_event
;
H
A
D
sockfilt.c
794
if(
exit_event
) {
in select_ws()
796
handles[nfd] =
exit_event
;
in select_ws()
/third_party/python/Modules/
H
A
D
_testcapimodule.c
4512
PyThread_type_lock
exit_event
;
member
4541
PyThread_release_lock(test_c_thread->
exit_event
);
in temporary_c_thread()
4559
test_c_thread.
exit_event
= PyThread_allocate_lock();
in call_in_temporary_c_thread()
4561
if (!test_c_thread.start_event || !test_c_thread.
exit_event
) {
in call_in_temporary_c_thread()
4569
PyThread_acquire_lock(test_c_thread.
exit_event
, 1);
in call_in_temporary_c_thread()
4575
PyThread_release_lock(test_c_thread.
exit_event
);
in call_in_temporary_c_thread()
4587
PyThread_acquire_lock(test_c_thread.
exit_event
, 1);
in call_in_temporary_c_thread()
4588
PyThread_release_lock(test_c_thread.
exit_event
);
in call_in_temporary_c_thread()
4599
if (test_c_thread.
exit_event
) {
in call_in_temporary_c_thread()
4600
PyThread_free_lock(test_c_thread.
exit_event
);
in call_in_temporary_c_thread()
[all...]
Completed in 13 milliseconds