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:thiscase
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H
A
D
fcntl14.c
533
static testcase *
thiscase
;
variable
614
flock.l_type =
thiscase
->c_type;
in dochild()
615
flock.l_whence =
thiscase
->c_whence;
in dochild()
616
flock.l_start =
thiscase
->c_start;
in dochild()
617
flock.l_len =
thiscase
->c_len;
in dochild()
633
if ((
thiscase
->c_flag) == NOBLOCK) {
in dochild()
642
if (flock.l_whence !=
thiscase
->c_whence) {
in dochild()
646
flock.l_whence,
thiscase
->c_whence);
in dochild()
650
if (flock.l_start !=
thiscase
->c_start) {
in dochild()
655
(int64_t)
thiscase
in dochild()
[all...]
H
A
D
fcntl16.c
263
static testcase *
thiscase
;
variable
461
thiscase
= &testcases[test];
in run_test()
462
thislock = &
thiscase
->parent_a;
in run_test()
475
thislock = &
thiscase
->parent_b;
in run_test()
490
thislock = &
thiscase
->child_a;
in run_test()
520
thislock = &
thiscase
->child_b;
in run_test()
547
thislock = &
thiscase
->parent_c;
in run_test()
560
thislock = &
thiscase
->parent_d;
in run_test()
Completed in 2 milliseconds