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
defs:gettid
(Results
1 - 11
of
11
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H
A
D
sys_util.h
56
#define
gettid
() (pid_t)syscall(__NR_gettid)
macro
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H
A
D
sys_util.h
79
#define
gettid
() (pid_t)pthread_self()
macro
/foundation/resourceschedule/ffrt/src/sched/
H
A
D
workgroup_internal.h
30
#define
gettid
() syscall(SYS_gettid)
macro
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H
A
D
mock.cpp
34
__attribute__((visibility("default"))) int
gettid
()
in gettid()
function
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H
A
D
rs_canvas_node.cpp
33
#define
gettid
GetCurrentThreadId
macro
37
#define
gettid
getpid
macro
43
#define
gettid
[]() -> int32_t { return static_cast<int32_t>(syscall(SYS_gettid)); }
macro
H
A
D
rs_ui_director.cpp
42
#define
gettid
GetCurrentThreadId
macro
46
#define
gettid
getpid
macro
52
#define
gettid
[]() -> int32_t { return static_cast<int32_t>(syscall(SYS_gettid)); }
macro
H
A
D
rs_node.cpp
58
#define
gettid
GetCurrentThreadId
macro
62
#define
gettid
getpid
macro
68
#define
gettid
[]() -> int32_t { return static_cast<int32_t>(syscall(SYS_gettid)); }
macro
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H
A
D
rs_animation.h
30
#define
gettid
GetCurrentThreadId
macro
34
#define
gettid
getpid
macro
40
#define
gettid
[]() -> int32_t { return static_cast<int32_t>(syscall(SYS_gettid)); }
macro
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_task_executor.h
33
#define
gettid
GetCurrentThreadId
macro
37
#define
gettid
getpid
macro
43
#define
gettid
[]()->int32_t { return static_cast<int32_t>(syscall(SYS_gettid)); }
macro
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H
A
D
event_handler.cpp
27
#define
gettid
GetCurrentThreadId
macro
32
#define
gettid
getpid
macro
38
#define
gettid
[]() -> int32_t { return static_cast<int32_t>(syscall(SYS_gettid)); }
macro
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H
A
D
rs_property.h
48
#define
gettid
GetCurrentThreadId
macro
52
#define
gettid
getpid
macro
58
#define
gettid
[]() -> int32_t { return static_cast<int32_t>(syscall(SYS_gettid)); }
macro
Completed in 8 milliseconds