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:threadid
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ltp/testcases/kernel/mem/mtest07/
H
A
D
shm_test.c
87
pthread_t
threadid
;
member
330
(&chld_args[i].
threadid
, NULL, shmat_rd_wr, &chld_args[i])) {
in main()
338
(&chld_args[i + 1].
threadid
, NULL, shmat_rd_wr, &chld_args[i + 1])) {
in main()
347
if (pthread_join(chld_args[i].
threadid
, &th_status) != 0) {
in main()
355
(long)chld_args[i].
threadid
);
in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/
H
A
D
minimal-ws-server.c
92
void *thread_service(void *
threadid
)
in thread_service()
argument
106
(int)(lws_intptr_t)
threadid
) >= 0 &&
in thread_service()
110
lwsl_info("%s: thr %d: exiting\n", __func__, (int)(lws_intptr_t)
threadid
);
in thread_service()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-smp/
H
A
D
minimal-http-server-smp.c
57
void *thread_service(void *
threadid
)
in thread_service()
argument
60
(int)(lws_intptr_t)
threadid
) >= 0 &&
in thread_service()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/
H
A
D
minimal-ws-server.c
90
void *thread_service(void *
threadid
)
in thread_service()
argument
93
(int)(lws_intptr_t)
threadid
) >= 0 &&
in thread_service()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-smp/
H
A
D
minimal-http-server-eventlib-smp.c
55
void *thread_service(void *
threadid
)
in thread_service()
argument
58
(int)(lws_intptr_t)
threadid
) >= 0 &&
in thread_service()
/third_party/python/Python/
H
A
D
thread_pthread.h
324
volatile pthread_t
threadid
;
in PyThread_get_thread_ident()
local
327
threadid
= pthread_self();
in PyThread_get_thread_ident()
328
return (unsigned long)
threadid
;
in PyThread_get_thread_ident()
/third_party/sqlite/src/
H
A
D
sqlite3.c
37094
#define
threadid
global()
macro
37096
#define
threadid
global()
macro
[all...]
Completed in 126 milliseconds