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:GET_MUX
(Results
1 - 5
of
5
) sorted by relevance
/kernel/liteos_m/kal/posix/src/
H
A
D
pthread_mutex.c
159
OsSetMutexCreateInfo(
GET_MUX
(mutex->handle), regLR);
in pthread_mutex_init()
222
muxPended =
GET_MUX
(muxHandle);
in MuxPendForPosix()
284
muxPosted =
GET_MUX
(muxHandle);
in MuxPostForPosix()
355
OsSetMutexCreateInfo(
GET_MUX
(mutex->handle), regLR);
in pthread_mutex_timedlock()
358
muxPended =
GET_MUX
(mutex->handle);
in pthread_mutex_timedlock()
402
OsSetMutexCreateInfo(
GET_MUX
(mutex->handle), regLR);
in pthread_mutex_lock()
405
muxPended =
GET_MUX
(mutex->handle);
in pthread_mutex_lock()
437
OsSetMutexCreateInfo(
GET_MUX
(mutex->handle), regLR);
in pthread_mutex_trylock()
440
muxPended =
GET_MUX
(mutex->handle);
in pthread_mutex_trylock()
H
A
D
pthread_cond.c
277
muxPosted =
GET_MUX
(mutex->handle);
in pthread_cond_timedwait()
/kernel/liteos_m/kernel/src/
H
A
D
los_mux.c
140
muxDeleted =
GET_MUX
(muxHandle);
in LOS_MuxDelete()
206
muxPended =
GET_MUX
(muxHandle);
in LOS_MuxPend()
274
LosMuxCB *muxPosted =
GET_MUX
(muxHandle);
in LOS_MuxPost()
/kernel/liteos_m/kernel/include/
H
A
D
los_mux.h
328
#define
GET_MUX
(muxid) (((LosMuxCB *)g_allMux) + (muxid))
macro
/kernel/liteos_m/kal/cmsis/
H
A
D
cmsis_liteos2.c
1021
OsSetMutexCreateInfo(
GET_MUX
(muxId), regLR);
in osMutexNew()
1023
return (osMutexId_t)(
GET_MUX
(muxId));
in osMutexNew()
Completed in 5 milliseconds