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:destroying
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libwebsockets/lib/misc/threadpool/
H
A
D
threadpool.c
99
unsigned int
destroying
:1;
member
498
while (!tp->
destroying
) {
in lws_threadpool_worker()
508
while (!tp->task_queue_head && !tp->
destroying
)
in lws_threadpool_worker()
511
if (tp->
destroying
) {
in lws_threadpool_worker()
584
if (tp->
destroying
|| !task_to_wsi(task)) {
in lws_threadpool_worker()
597
/* if not
destroying
the tp, continue */
in lws_threadpool_worker()
750
tp->
destroying
= 1;
in lws_threadpool_finish()
800
tp->
destroying
= 1;
in lws_threadpool_destroy()
850
if (task->outlive && !tp->
destroying
) {
in lws_threadpool_dequeue_task()
977
if (tp->
destroying
)
in lws_threadpool_enqueue()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H
A
D
u_upload_mgr.c
125
upload_unmap_internal(struct u_upload_mgr *upload, boolean
destroying
)
in upload_unmap_internal()
argument
127
if ((!
destroying
&& upload->map_persistent) || !upload->transfer)
in upload_unmap_internal()
/third_party/libwebsockets/lib/secure-streams/
H
A
D
private-lib-secure-streams.h
196
uint8_t
destroying
:1;
member
355
uint8_t
destroying
:1;
member
H
A
D
secure-streams-client.c
741
if (h->
destroying
)
in lws_sspc_destroy()
744
h->
destroying
= 1;
in lws_sspc_destroy()
H
A
D
secure-streams.c
1384
if (h->
destroying
) {
in lws_ss_destroy()
1388
h->
destroying
= 1;
in lws_ss_destroy()
Completed in 7 milliseconds