HomeSort by: relevance | last modified time | path
    Searched refs:ONCE_INIT (Results 1 - 4 of 4) sorted by relevancy

  /src/common/dist/zlib/
crc32.c 226 /* Structure for once(), which must be initialized with ONCE_INIT. */
231 #define ONCE_INIT {ATOMIC_FLAG_INIT, 0}
236 ONCE_INIT.
252 /* Structure for once(), which must be initialized with ONCE_INIT. */
257 #define ONCE_INIT {0, 0}
285 local once_t made = ONCE_INIT;
  /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/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/lib/libc/time/
localtime.c 202 # define ONCE_INIT PTHREAD_ONCE_INIT
205 # define ONCE_INIT false
2179 static once_t gmt_once = ONCE_INIT;

Completed in 32 milliseconds