OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:funlockfile
(Results
1 - 21
of
21
) sorted by null
/bionic/libc/bionic/
flockfile.cpp
54
void
funlockfile
(FILE* fp) {
function
/external/compiler-rt/test/msan/
getc_unlocked.c
26
funlockfile
(stream);
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
flockfile.c
56
__weak_alias(
funlockfile
,_funlockfile)
99
funlockfile
(FILE *fp)
function
184
funlockfile
(FILE *fp)
/external/mesa3d/src/intel/common/
intel_log.c
85
funlockfile
(stderr);
/bionic/tests/
stdio_ext_test.cpp
223
funlockfile
(stdout);
227
// Check if users can use flockfile/
funlockfile
to protect stdio operations.
235
funlockfile
(stdout);
stdio_test.cpp
94
funlockfile
(stderr);
103
funlockfile
(fp);
[
all
...]
/bionic/libc/stdio/
local.h
234
#define
FUNLOCKFILE
(fp) \
235
if (!_EXT(fp)->_caller_handles_locking)
funlockfile
(fp)
/bionic/tests/headers/posix/
stdio_h.c
105
FUNCTION(
funlockfile
, void (*f)(FILE*));
/bionic/libc/include/
stdio.h
234
void
funlockfile
(FILE* __fp);
/device/linaro/bootloader/edk2/StdLib/Include/
stdio.h
75
void
funlockfile
(FILE *);
[
all
...]
/external/python/cpython3/Objects/
fileobject.c
10
#define
FUNLOCKFILE
(f)
funlockfile
(f)
14
#define
FUNLOCKFILE
(f)
283
FUNLOCKFILE
(stream);
/external/lua/src/
liolib.c
88
#define l_unlockfile(f)
funlockfile
(f)
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
libcpuset.c
1153
* We use flockfile() and
funlockfile
() instead of directly
1157
* flockfile/
funlockfile
will fall back to no-ops if libpthread
[
all
...]
/external/llvm/lib/Analysis/
TargetLibraryInfo.cpp
243
TLI.setUnavailable(LibFunc::
funlockfile
);
730
case LibFunc::
funlockfile
:
[
all
...]
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h
247
#define
funlockfile
_funlockfile
/external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp
383
case LibFunc::
funlockfile
:
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c
32
#define
FUNLOCKFILE
(f)
funlockfile
(f)
36
#define
FUNLOCKFILE
(f)
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c
32
#define
FUNLOCKFILE
(f)
funlockfile
(f)
36
#define
FUNLOCKFILE
(f)
[
all
...]
/external/python/cpython2/Objects/
fileobject.c
32
#define
FUNLOCKFILE
(f)
funlockfile
(f)
36
#define
FUNLOCKFILE
(f)
[
all
...]
/external/python/cpython2/
configure
[
all
...]
/external/python/cpython3/
configure
[
all
...]
Completed in 4898 milliseconds