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:pidBuf
(Results
1 - 3
of
3
) sorted by relevance
/kernel/uniproton/src/core/ipc/sem/
H
A
D
prt_sem_minor.c
72
OS_SEC_L4_TEXT U32 PRT_SemGetPendList(SemHandle semHandle, U32 *tskCnt, U32 *
pidBuf
, U32 bufLen)
in PRT_SemGetPendList()
argument
85
if ((
pidBuf
== NULL) || (len == 0)) {
in PRT_SemGetPendList()
102
pidBuf
[taskCount] = tskCb->taskPid;
in PRT_SemGetPendList()
/kernel/uniproton/src/include/uapi/
H
A
D
prt_sem.h
355
* @param
pidBuf
[OUT] 类型#U32 *,由用户指定的内存区域首地址,用于存储阻塞于指定核内信号量的任务PID。
364
extern U32 PRT_SemGetPendList(SemHandle semHandle, U32 *tskCnt, U32 *
pidBuf
, U32 bufLen);
/kernel/liteos_a/syscall/
H
A
D
fs_syscall.c
340
char
pidBuf
[PATH_MAX] = {0};
in ProcRealProcessDirGet()
local
366
if (memcpy_s(
pidBuf
, PATH_MAX, pidStr, strLen) != EOK) {
in ProcRealProcessDirGet()
370
pidBuf
[strLen] = '\0';
in ProcRealProcessDirGet()
372
pid = atoi(
pidBuf
);
in ProcRealProcessDirGet()
Completed in 5 milliseconds