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:lock_ring
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/
H
A
D
protocol_lws_minimal.c
51
pthread_mutex_t
lock_ring
; /* serialize access to the ring buffer */
member
52
struct lws_ring *ring; /* {
lock_ring
} ringbuffer holding unsent content */
64
* Access is serialized by vhd->
lock_ring
.
97
pthread_mutex_lock(&vhd->
lock_ring
); /* --------- ring lock { */
in thread_spam()
131
pthread_mutex_unlock(&vhd->
lock_ring
); /* } ring lock ------- */
in thread_spam()
171
pthread_mutex_init(&vhd->
lock_ring
, NULL);
in callback_minimal()
214
pthread_mutex_destroy(&vhd->
lock_ring
);
in callback_minimal()
219
pthread_mutex_lock(&vhd->
lock_ring
);
in callback_minimal()
223
pthread_mutex_unlock(&vhd->
lock_ring
);
in callback_minimal()
228
pthread_mutex_lock(&vhd->
lock_ring
);
in callback_minimal()
[all...]
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/
H
A
D
protocol_lws_minimal.c
47
pthread_mutex_t
lock_ring
; /* serialize access to the ring buffer */
member
48
struct lws_ring *ring; /* {
lock_ring
} ringbuffer holding unsent content */
60
* Access is serialized by vhd->
lock_ring
.
97
pthread_mutex_lock(&vhd->
lock_ring
); /* --------- ring lock { */
in thread_spam()
127
pthread_mutex_unlock(&vhd->
lock_ring
); /* } ring lock ------- */
in thread_spam()
167
pthread_mutex_init(&vhd->
lock_ring
, NULL);
in callback_minimal()
211
pthread_mutex_destroy(&vhd->
lock_ring
);
in callback_minimal()
228
pthread_mutex_lock(&vhd->
lock_ring
); /* --------- ring lock { */
in callback_minimal()
232
pthread_mutex_unlock(&vhd->
lock_ring
); /* } ring lock ------- */
in callback_minimal()
240
pthread_mutex_unlock(&vhd->
lock_ring
); /* } rin
in callback_minimal()
[all...]
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/
H
A
D
protocol_lws_minimal.c
47
pthread_mutex_t
lock_ring
; /* serialize access to the ring buffer */
member
48
struct lws_ring *ring; /* {
lock_ring
} ringbuffer holding unsent content */
60
* Access is serialized by vhd->
lock_ring
.
97
pthread_mutex_lock(&vhd->
lock_ring
); /* --------- ring lock { */
in thread_spam()
127
pthread_mutex_unlock(&vhd->
lock_ring
); /* } ring lock ------- */
in thread_spam()
168
pthread_mutex_init(&vhd->
lock_ring
, NULL);
in callback_minimal()
211
pthread_mutex_destroy(&vhd->
lock_ring
);
in callback_minimal()
228
pthread_mutex_lock(&vhd->
lock_ring
); /* --------- ring lock { */
in callback_minimal()
232
pthread_mutex_unlock(&vhd->
lock_ring
); /* } ring lock ------- */
in callback_minimal()
244
pthread_mutex_unlock(&vhd->
lock_ring
); /* } rin
in callback_minimal()
[all...]
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-tx/
H
A
D
minimal-ws-client.c
49
pthread_mutex_t
lock_ring
; /* serialize access to the ring buffer */
member
92
pthread_mutex_lock(&vhd->
lock_ring
); /* --------- ring lock { */
in thread_spam()
121
pthread_mutex_unlock(&vhd->
lock_ring
); /* } ring lock ------- */
in thread_spam()
186
pthread_mutex_init(&vhd->
lock_ring
, NULL);
in callback_minimal_broker()
211
pthread_mutex_destroy(&vhd->
lock_ring
);
in callback_minimal_broker()
231
pthread_mutex_lock(&vhd->
lock_ring
); /* --------- ring lock { */
in callback_minimal_broker()
240
pthread_mutex_unlock(&vhd->
lock_ring
); /* } ring lock */
in callback_minimal_broker()
253
pthread_mutex_unlock(&vhd->
lock_ring
); /* } ring lock ------- */
in callback_minimal_broker()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse-ring/
H
A
D
minimal-http-server-sse-ring.c
59
pthread_mutex_t
lock_ring
; /* serialize access to the ring buffer */
member
106
pthread_mutex_lock(&vhd->
lock_ring
); /* --------- ring lock { */
in thread_spam()
135
pthread_mutex_unlock(&vhd->
lock_ring
); /* } ring lock ------- */
in thread_spam()
181
pthread_mutex_init(&vhd->
lock_ring
, NULL);
in callback_sse()
203
pthread_mutex_destroy(&vhd->
lock_ring
);
in callback_sse()
Completed in 3 milliseconds