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:g_socketFd
(Results
1 - 3
of
3
) sorted by relevance
/third_party/musl/Benchmark/musl/
H
A
D
libc_hilog.cpp
45
static volatile int
g_socketFd
= INVALID_SOCKET;
variable
67
if (
g_socketFd
>= 0) {
in Cleanup()
68
close(
g_socketFd
);
in Cleanup()
69
g_socketFd
= INVALID_SOCKET;
in Cleanup()
75
if (
g_socketFd
== INVALID_SOCKET || fcntl(
g_socketFd
, F_GETFL) == -1) {
in GetSocketFdInstance()
78
if (
g_socketFd
== INVALID_SOCKET || fcntl(
g_socketFd
, F_GETFL) == -1) {
in GetSocketFdInstance()
96
g_socketFd
= tempSocketFd;
in GetSocketFdInstance()
101
return
g_socketFd
;
in GetSocketFdInstance()
[all...]
/third_party/musl/porting/linux/user/src/hilog/
H
A
D
hilog_adapter.c
58
static volatile int
g_socketFd
= INVALID_SOCKET;
variable
64
if (
g_socketFd
>= 0) {
in Cleanup()
65
__close(
g_socketFd
);
in Cleanup()
66
g_socketFd
= INVALID_SOCKET;
in Cleanup()
72
if (
g_socketFd
== INVALID_SOCKET || fcntl(
g_socketFd
, F_GETFL) == -1) {
in GetSocketFdInstance()
74
if (
g_socketFd
== INVALID_SOCKET || fcntl(
g_socketFd
, F_GETFL) == -1) {
in GetSocketFdInstance()
92
g_socketFd
= tempSocketFd;
in GetSocketFdInstance()
97
return
g_socketFd
;
in GetSocketFdInstance()
[all...]
/third_party/musl/src/hilog/linux/
H
A
D
hilog_adapter.c
62
static volatile int
g_socketFd
= INVALID_SOCKET;
variable
91
if (a_cas(&
g_socketFd
, INVALID_SOCKET, socketFd) != INVALID_SOCKET) {
in CASHilogGlobalSocketFd()
105
socketFd = a_ll(&
g_socketFd
);
in CheckHilogValid()
107
socketFd =
g_socketFd
;
in CheckHilogValid()
122
socketFd = a_ll(&
g_socketFd
);
in RefreshHiLogSocketFd()
124
socketFd =
g_socketFd
;
in RefreshHiLogSocketFd()
129
a_store(&
g_socketFd
, INVALID_SOCKET);
in RefreshHiLogSocketFd()
151
socketFd = a_ll(&
g_socketFd
);
in SendMessage()
153
socketFd =
g_socketFd
;
in SendMessage()
Completed in 2 milliseconds