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:countNum
(Results
1 - 3
of
3
) sorted by relevance
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/
H
A
D
pthread_test_011.cpp
71
const int
countNum
= 128;
in child()
local
79
for (int count = 0; count <
countNum
; count++) {
in child()
124
if (count ==
countNum
- 1) {
in child()
/kernel/liteos_a/kernel/base/mem/tlsf/
H
A
D
los_memory.c
1989
UINT32
countNum
[OS_MEM_FREE_LIST_COUNT] = {0};
in LOS_MemFreeNodeShow()
local
1998
countNum
[index]++;
in LOS_MemFreeNodeShow()
2005
if (
countNum
[index] == 0) {
in LOS_MemFreeNodeShow()
2011
PRINTK("size: [%#x], num: %u\n", (index + 1) << 2,
countNum
[index]); /* 2: setup is 4. */
in LOS_MemFreeNodeShow()
2018
countNum
[index]);
in LOS_MemFreeNodeShow()
/kernel/liteos_m/kernel/src/mm/
H
A
D
los_memory.c
2023
UINT32
countNum
[OS_MEM_FREE_LIST_COUNT] = {0};
local
2032
countNum
[index]++;
2039
if (
countNum
[index] == 0) {
2045
PRINTK("size: [0x%x], num: %u\n", (index + 1) << 2,
countNum
[index]); /* 2: setup is 4. */
2052
countNum
[index]);
Completed in 7 milliseconds