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:p_mtx
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
H
A
D
1-2.c
88
static pthread_mutex_t *
p_mtx
;
variable
98
pthread_mutex_unlock(
p_mtx
);
in cleanup_deadlk()
106
if ((ret = pthread_mutex_lock(
p_mtx
))) {
in deadlk_issue()
124
retval = pthread_mutex_lock(
p_mtx
);
in deadlk_issue()
141
if ((ret = pthread_mutex_lock(
p_mtx
))) {
in unlock_issue()
157
if ((ret = pthread_mutex_unlock(
p_mtx
))) {
in unlock_issue()
229
p_mtx
= tab_mutex[i];
in main()
249
retval = pthread_mutex_unlock(
p_mtx
);
in main()
280
p_mtx
= tab_mutex[i];
in main()
H
A
D
3-2.c
94
static pthread_mutex_t *
p_mtx
;
variable
104
pthread_mutex_unlock(
p_mtx
);
in cleanup_deadlk()
112
if ((ret = pthread_mutex_lock(
p_mtx
))) {
in deadlk_issue()
130
retval = pthread_mutex_lock(
p_mtx
);
in deadlk_issue()
147
if ((ret = pthread_mutex_lock(
p_mtx
))) {
in unlock_issue()
163
if ((ret = pthread_mutex_unlock(
p_mtx
))) {
in unlock_issue()
222
p_mtx
= tab_mutex[i];
in main()
242
retval = pthread_mutex_unlock(
p_mtx
);
in main()
273
p_mtx
= tab_mutex[i];
in main()
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_process.h
74
int usb_proc_create(struct usb_process *up, struct mtx *
p_mtx
,
H
A
D
usb_process.c
196
* execute callbacks. The mutex pointed to by "
p_mtx
" will be applied
206
usb_proc_create(struct usb_process *up, struct mtx *
p_mtx
,
in usb_proc_create()
argument
211
up->up_mtx =
p_mtx
;
in usb_proc_create()
Completed in 3 milliseconds