OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ONCE_INIT
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/binutils/dist/zlib/
crc32.c
224
/* Structure for once(), which must be initialized with
ONCE_INIT
. */
229
#define
ONCE_INIT
{ATOMIC_FLAG_INIT, 0}
234
ONCE_INIT
.
250
/* Structure for once(), which must be initialized with
ONCE_INIT
. */
255
#define
ONCE_INIT
{0, 0}
283
local once_t made =
ONCE_INIT
;
/src/external/gpl3/gdb/dist/zlib/
crc32.c
224
/* Structure for once(), which must be initialized with
ONCE_INIT
. */
229
#define
ONCE_INIT
{ATOMIC_FLAG_INIT, 0}
234
ONCE_INIT
.
250
/* Structure for once(), which must be initialized with
ONCE_INIT
. */
255
#define
ONCE_INIT
{0, 0}
283
local once_t made =
ONCE_INIT
;
/src/external/gpl3/binutils.old/dist/zlib/
crc32.c
178
/* Structure for once(), which must be initialized with
ONCE_INIT
. */
183
#define
ONCE_INIT
{ATOMIC_FLAG_INIT, 0}
188
ONCE_INIT
.
207
/* Structure for once(), which must be initialized with
ONCE_INIT
. */
212
#define
ONCE_INIT
{0, 0}
246
local once_t made =
ONCE_INIT
;
/src/external/gpl3/gdb.old/dist/zlib/
crc32.c
178
/* Structure for once(), which must be initialized with
ONCE_INIT
. */
183
#define
ONCE_INIT
{ATOMIC_FLAG_INIT, 0}
188
ONCE_INIT
.
207
/* Structure for once(), which must be initialized with
ONCE_INIT
. */
212
#define
ONCE_INIT
{0, 0}
246
local once_t made =
ONCE_INIT
;
/src/lib/libc/time/
localtime.c
193
# define
ONCE_INIT
PTHREAD_ONCE_INIT
196
# define
ONCE_INIT
false
2129
static once_t gmt_once =
ONCE_INIT
;
Completed in 22 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026