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:flockfile
(Results
1 - 19
of
19
) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H
A
D
flockfile.c
29
flockfile
(stdout);
in do_child_one()
31
puts("after first
flockfile
");
in do_child_one()
33
flockfile
(stdout);
in do_child_one()
51
flockfile
(fp);
in do_child_two()
H
A
D
funlockfile.c
33
flockfile
(filep);
in child_func()
57
* @tc.desc : Mutual exclusion has been tested in the test case of
flockfile
, so this test case tests that threads
/third_party/musl/libc-test/src/regression/
H
A
D
flockfile-list.c
2
//
flockfile
linked list handling was broken
91
flockfile
(g);
in main()
92
flockfile
(f);
in main()
/third_party/musl/src/stdio/
H
A
D
flockfile.c
4
void
flockfile
(FILE *f)
in flockfile()
function
/third_party/musl/src/passwd/
H
A
D
putgrent.c
9
flockfile
(f);
in putgrent()
/third_party/mesa3d/src/util/
H
A
D
log.c
86
flockfile
(stderr);
in mesa_log_v()
/third_party/FreeBSD/lib/libc/include/
H
A
D
namespace.h
67
#define
flockfile
_flockfile
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
stdio.h
145
void
flockfile
(FILE *);
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
stdio.h
147
void
flockfile
(FILE *);
/third_party/musl/porting/linux/user/include/
H
A
D
stdio.h
148
void
flockfile
(FILE *);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
stdio.h
145
void
flockfile
(FILE *);
/third_party/musl/include/
H
A
D
stdio.h
148
void
flockfile
(FILE *);
/third_party/musl/libc-test/src/api/
H
A
D
stdio.c
45
{void(*p)(FILE*) =
flockfile
;}
in f()
/third_party/python/Objects/
H
A
D
fileobject.c
11
#define FLOCKFILE(f)
flockfile
(f)
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H
A
D
libcpuset.c
1149
* Hold
flockfile
(stdin) while using cpunodemap for posix thread safety.
1151
* Note on locking and
flockfile
(FILE *):
1153
* We use
flockfile
() and funlockfile() instead of directly
1157
*
flockfile
/funlockfile will fall back to no-ops if libpthread
1160
* Since
flockfile
already has the moderately convoluted
1162
* this, it is easier to use
flockfile
() on some handy FILE *
1171
* odd use of
flockfile
(), because we never return to the
1175
* Also,
flockfile
() allows recursive nesting, so if the app
1315
* Return 0 on success with
flockfile
(stdin) held.
1326
flockfile
(stdi
in get_map()
[all...]
/third_party/musl/Benchmark/musl/
H
A
D
libc_stdio.cpp
682
flockfile
(fp);
in Bm_function_Flock_Funlockfile()
/third_party/rust/crates/libc/src/solid/
H
A
D
mod.rs
508
pub fn
flockfile
(arg1: *mut FILE);
in flockfile()
functions
/third_party/python/
H
A
D
configure
23513
flockfile
(f);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
2603
extern void
flockfile
(FILE *__stream) throw ();
[all...]
Completed in 59 milliseconds