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:count_threads
(Results
1 - 21
of
21
) sorted by relevance
/third_party/libwebsockets/lib/core/
H
A
D
context.c
105
for (n = 0; n < context->
count_threads
; n++)
in lws_state_notify_protocol_init()
383
unsigned short
count_threads
= 1;
in lws_create_context()
local
446
if (info->
count_threads
)
in lws_create_context()
447
count_threads
= (unsigned short)info->
count_threads
;
in lws_create_context()
449
if (
count_threads
> LWS_MAX_SMP)
in lws_create_context()
450
count_threads
= LWS_MAX_SMP;
in lws_create_context()
456
size +=
count_threads
* s1;
in lws_create_context()
458
size += (
count_threads
* sizeof(struct lws));
in lws_create_context()
599
(
count_threads
* (size_
in lws_create_context()
[all...]
H
A
D
libwebsockets.c
248
if (context->
count_threads
== 1)
in lws_pthread_self_to_tsi()
251
for (n = 0; n < context->
count_threads
; n++) {
in lws_pthread_self_to_tsi()
307
return context->
count_threads
;
in lws_get_count_threads()
H
A
D
private-lib-core.h
749
unsigned short
count_threads
;
member
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-smp/
H
A
D
minimal-http-server-smp.c
103
info.
count_threads
= (unsigned int)atoi(p);
in main()
104
if (info.
count_threads
< 1 || info.
count_threads
> LWS_MAX_SMP)
in main()
107
info.
count_threads
= COUNT_THREADS;
in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-smp/
H
A
D
minimal-http-server-eventlib-smp.c
119
info.
count_threads
= (unsigned int)atoi(p);
in main()
120
if (info.
count_threads
< 1 || info.
count_threads
> LWS_MAX_SMP)
in main()
123
info.
count_threads
= COUNT_THREADS;
in main()
/third_party/libwebsockets/lib/core-net/
H
A
D
sorted-usec-list.c
197
for (m = 0; m < ctx->
count_threads
; m++) {
in lws_sul_nonmonotonic_adjust()
248
for (n = 0; n < ctx->
count_threads
; n++) {
in lws_sul_earliest_wakeable_event()
336
for (n = 0; n < ctx->
count_threads
; n++) {
in lws_sul_debug_zombies()
H
A
D
vhost.c
1091
for (m = 0; m < context->
count_threads
; m++) {
in lws_cancel_service()
1111
for (n = 0; n < context->
count_threads
; n++) {
1303
for (n = 0; n < context->
count_threads
; n++)
1402
for (n = 0; n < context->
count_threads
; n++)
H
A
D
wsi.c
169
unsigned int n, m = context->
count_threads
;
in lws_callback_all_protocol()
211
unsigned int n, m = context->
count_threads
;
in lws_callback_all_protocol_vhost_args()
476
unsigned int n, m = context->
count_threads
;
in lws_rx_flow_allow_all_protocol()
H
A
D
adopt.c
33
for (; n < context->
count_threads
; n++) {
in lws_get_idlest_tsi()
/third_party/libwebsockets/lib/plat/windows/
H
A
D
windows-init.c
78
int i, n = context->
count_threads
;
in lws_plat_init()
/third_party/libwebsockets/lib/event-libs/libuv/
H
A
D
libuv.c
364
for (n = 0; n < context->
count_threads
; n++)
in elops_init_context_uv()
376
for (n = 0; n < context->
count_threads
; n++) {
in elops_destroy_context1_uv()
403
for (n = 0; n < context->
count_threads
; n++) {
in elops_destroy_context2_uv()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/
H
A
D
minimal-ws-server.c
168
info.
count_threads
= COUNT_THREADS;
in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/
H
A
D
minimal-ws-server.c
168
info.
count_threads
= COUNT_THREADS;
in main()
/third_party/libwebsockets/lib/plat/unix/
H
A
D
unix-init.c
54
for (n = 0; n < context->
count_threads
; n++)
in lws_sul_plat_unix()
/third_party/libwebsockets/lib/event-libs/libevent/
H
A
D
libevent.c
253
for (n = 0; n < context->
count_threads
; n++)
in elops_init_context_event()
450
for (n = 0; n < context->
count_threads
; n++) {
in elops_destroy_context2_event()
/third_party/libwebsockets/lib/event-libs/libev/
H
A
D
libev.c
279
for (n = 0; n < context->
count_threads
; n++)
in elops_init_context_ev()
352
for (n = 0; n < context->
count_threads
; n++) {
in elops_destroy_context2_ev()
/third_party/libwebsockets/lib/roles/http/server/
H
A
D
lejp-conf.c
324
a->info->
count_threads
= (unsigned int)atoi(ctx->buf);
in lejp_globals_cb()
408
i[0] = a->info->
count_threads
;
in lejp_vhosts_cb()
425
a->info->
count_threads
= i[0];
in lejp_vhosts_cb()
H
A
D
server.c
197
limit = cx->
count_threads
;
in _lws_vhost_init_server_af()
264
if (n || cx->
count_threads
> 1) /* ... also implied by threads > 1 */
in _lws_vhost_init_server_af()
/third_party/libwebsockets/include/libwebsockets/
H
A
D
lws-context-vhost.h
623
unsigned int
count_threads
;
member
/third_party/libwebsockets/lib/event-libs/glib/
H
A
D
glib.c
255
// for (n = 0; n < context->
count_threads
; n++)
in elops_init_context_glib()
461
for (n = 0; n < (int)context->
count_threads
; n++) {
in elops_destroy_context2_glib()
/third_party/libwebsockets/lib/secure-streams/
H
A
D
policy-common.c
448
for (n = 0; n < context->
count_threads
; n++) {
in lws_ss_policy_set()
Completed in 30 milliseconds