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:IsCurrentThread
(Results
1 - 6
of
6
) sorted by relevance
/base/security/access_token/interfaces/kits/js/napi/common/include/
H
A
D
napi_common.h
31
bool
IsCurrentThread
(std::thread::id threadId);
/base/security/access_token/frameworks/js/napi/common/src/
H
A
D
napi_common.cpp
25
bool
IsCurrentThread
(std::thread::id threadId)
in IsCurrentThread()
function
36
if (!
IsCurrentThread
(threadId)) {
in CompareCallbackRef()
/base/security/access_token/interfaces/kits/cj/accesstoken/src/
H
A
D
at_manager_impl.cpp
109
static bool
IsCurrentThread
(std::thread::id threadId)
in IsCurrentThread()
function
121
if (!
IsCurrentThread
(threadId)) {
in CompareCallbackRef()
762
if (!
IsCurrentThread
(item->threadId)) {
in FindAndGetSubscriberInVector()
/base/security/security_guard/frameworks/js/napi/
H
A
D
security_guard_napi.cpp
1022
static bool
IsCurrentThread
(std::thread::id threadId)
in IsCurrentThread()
function
1035
if (!
IsCurrentThread
(threadId)) {
in CompareOnAndOffRef()
/base/security/access_token/frameworks/js/napi/privacy/src/
H
A
D
permission_record_manager_napi.cpp
882
callbackEqual =
IsCurrentThread
(item->threadId_);
in FindAndGetSubscriber()
/base/security/access_token/frameworks/js/napi/accesstoken/src/
H
A
D
napi_atmanager.cpp
1359
if (!
IsCurrentThread
(item->threadId_)) {
in FindAndGetSubscriberInVector()
Completed in 10 milliseconds