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:gettid
(Results
1 - 8
of
8
) sorted by relevance
/test/xts/hats/kernel/accesstokenid/
H
A
D
accesstokenid_test.cpp
179
tinfo->tid =
gettid
();
in CheckChildThreadInheritance()
196
tinfo->tid =
gettid
();
in CheckChildThreadSetIndepent()
297
tinfo.tid =
gettid
();
in HWTEST_F()
339
tinfo.tid =
gettid
();
in HWTEST_F()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H
A
D
tgkillndk.cpp
25
int ret = tgkill(getpid(),
gettid
(), SIGCONT);
in TgKill()
H
A
D
otherstestndk.cpp
931
*((pid_t *)arg) =
gettid
();
in pthread_test()
H
A
D
unistdndk.cpp
320
getInfo =
gettid
();
in GetTid()
/test/xts/hats/kernel/syscalls/signal/tgkill/
H
A
D
TgkillApiTest.cpp
67
tid =
gettid
();
in HWTEST_F()
/test/xts/acts/kernel_lite/utils/
H
A
D
utils.h
35
#define
gettid
() ((pid_t)syscall(SYS_gettid))
macro
/test/testfwk/arkxtest/uitest/cj/
H
A
D
uitest_ffi.cpp
150
auto proTid = static_cast<int32_t>(
gettid
());
in GetTid()
/test/xts/hats/kernel/syscalls/process/processid/
H
A
D
ProcessApiTest.cpp
299
pid_t tid =
gettid
();
in HWTEST_F()
Completed in 11 milliseconds