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:SEM_HANDLE_T
(Results
1 - 4
of
4
) sorted by relevance
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/
H
A
D
It_posix_queue.h
82
using
SEM_HANDLE_T
= UINT32;
83
extern
SEM_HANDLE_T
g_mqueueSem;
99
extern int LosSemDelete(
SEM_HANDLE_T
num);
100
extern int LosSemCreate(int num, const
SEM_HANDLE_T
*hdl);
104
extern int LosSemPost(
SEM_HANDLE_T
);
105
extern int LosSemPend(
SEM_HANDLE_T
hdl, int num);
106
extern int SemPost(
SEM_HANDLE_T
);
107
extern int SemPend(
SEM_HANDLE_T
hdl, int num);
H
A
D
posix_mqueue_test.cpp
41
SEM_HANDLE_T
g_mqueueSem;
50
int LosSemCreate(int num, const
SEM_HANDLE_T
*hdl)
in LosSemCreate()
55
int LosSemDelete(
SEM_HANDLE_T
num)
in LosSemDelete()
60
int SemPost(
SEM_HANDLE_T
num)
in SemPost()
65
int LosSemPost(
SEM_HANDLE_T
num)
in LosSemPost()
75
int SemPend(
SEM_HANDLE_T
hdl, int num)
in SemPend()
80
int LosSemPend(
SEM_HANDLE_T
hdl, int num)
in LosSemPend()
/kernel/liteos_m/testsuites/sample/posix/mqueue/
H
A
D
It_posix_queue.h
94
typedef UINT32
SEM_HANDLE_T
;
typedef
96
extern
SEM_HANDLE_T
g_mqueueSem;
H
A
D
It_posix_queue.c
41
SEM_HANDLE_T
g_mqueueSem;
Completed in 5 milliseconds