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
(Results
1 - 25
of
40
) sorted by relevancy
1
2
/src/external/gpl3/gcc.old/dist/libgcc/config/i386/
gthr-win32.h
417
__gthread_once (__gthread_once_t *
__once
, void (*__func) (void))
420
return __gthr_win32_once (
__once
, __func);
534
__gthread_once (__gthread_once_t *
__once
, void (*__func) (void))
538
else if (
__once
== NULL || __func == NULL)
541
if (!
__once
->done)
543
if (InterlockedIncrement (&(
__once
->started)) == 0)
546
__once
->done = TRUE;
555
while (!
__once
->done)
gthr-win32.h
417
__gthread_once (__gthread_once_t *
__once
, void (*__func) (void))
420
return __gthr_win32_once (
__once
, __func);
534
__gthread_once (__gthread_once_t *
__once
, void (*__func) (void))
538
else if (
__once
== NULL || __func == NULL)
541
if (!
__once
->done)
543
if (InterlockedIncrement (&(
__once
->started)) == 0)
546
__once
->done = TRUE;
555
while (!
__once
->done)
/src/external/gpl3/gcc/dist/libgcc/config/
gthr-rtems.h
103
__gthread_once (__gthread_once_t *
__once
, void (*__func) (void))
105
return pthread_once (
__once
, __func);
gthr-rtems.h
103
__gthread_once (__gthread_once_t *
__once
, void (*__func) (void))
105
return pthread_once (
__once
, __func);
/src/external/gpl3/gcc/dist/libgcc/config/mips/
gthr-mipssde.h
102
__gthread_once (__gthread_once_t *
__once
, void (*__func) (void))
105
return __gthrw_(__sdethread_once) (
__once
, __func);
gthr-mipssde.h
102
__gthread_once (__gthread_once_t *
__once
, void (*__func) (void))
105
return __gthrw_(__sdethread_once) (
__once
, __func);
/src/external/gpl3/gcc/dist/libgcc/config/s390/
gthr-tpf.h
100
__gthread_once (__gthread_once_t *
__once
, void (*__func) (void))
103
return __gthrw_(pthread_once) (
__once
, __func);
gthr-tpf.h
100
__gthread_once (__gthread_once_t *
__once
, void (*__func) (void))
103
return __gthrw_(pthread_once) (
__once
, __func);
/src/external/gpl3/gcc.old/dist/libgcc/config/
gthr-rtems.h
103
__gthread_once (__gthread_once_t *
__once
, void (*__func) (void))
105
return pthread_once (
__once
, __func);
gthr-rtems.h
103
__gthread_once (__gthread_once_t *
__once
, void (*__func) (void))
105
return pthread_once (
__once
, __func);
/src/external/gpl3/gcc.old/dist/libgcc/config/mips/
gthr-mipssde.h
102
__gthread_once (__gthread_once_t *
__once
, void (*__func) (void))
105
return __gthrw_(__sdethread_once) (
__once
, __func);
gthr-mipssde.h
102
__gthread_once (__gthread_once_t *
__once
, void (*__func) (void))
105
return __gthrw_(__sdethread_once) (
__once
, __func);
/src/external/gpl3/gcc.old/dist/libgcc/config/s390/
gthr-tpf.h
100
__gthread_once (__gthread_once_t *
__once
, void (*__func) (void))
103
return __gthrw_(pthread_once) (
__once
, __func);
gthr-tpf.h
100
__gthread_once (__gthread_once_t *
__once
, void (*__func) (void))
103
return __gthrw_(pthread_once) (
__once
, __func);
/src/external/gpl3/gcc/dist/libgcc/config/gcn/
gthr-gcn.h
66
__gthread_once (__gthread_once_t *
__once
__attribute__((unused)),
gthr-gcn.h
66
__gthread_once (__gthread_once_t *
__once
__attribute__((unused)),
/src/external/gpl3/gcc.old/dist/libgcc/config/gcn/
gthr-gcn.h
66
__gthread_once (__gthread_once_t *
__once
__attribute__((unused)),
gthr-gcn.h
66
__gthread_once (__gthread_once_t *
__once
__attribute__((unused)),
/src/external/gpl3/gcc/dist/libgcc/config/i386/
gthr-win32.h
485
__gthread_once (__gthread_once_t *
__once
, void (*__func) (void))
488
return __gthr_win32_once (
__once
, __func);
639
__gthread_once (__gthread_once_t *
__once
, void (*__func) (void))
644
if (__builtin_expect (!
__once
->done, 0))
648
if (__atomic_add_fetch (&
__once
->started, 1, __ATOMIC_ACQ_REL) == 0)
651
__once
->done = 1;
660
while (!
__once
->done)
gthr-win32.h
485
__gthread_once (__gthread_once_t *
__once
, void (*__func) (void))
488
return __gthr_win32_once (
__once
, __func);
639
__gthread_once (__gthread_once_t *
__once
, void (*__func) (void))
644
if (__builtin_expect (!
__once
->done, 0))
648
if (__atomic_add_fetch (&
__once
->started, 1, __ATOMIC_ACQ_REL) == 0)
651
__once
->done = 1;
660
while (!
__once
->done)
/src/external/gpl3/gcc/dist/libgcc/
gthr-single.h
217
__gthread_once (__gthread_once_t *
__once
UNUSED, void (*__func) (void) UNUSED)
gthr-single.h
217
__gthread_once (__gthread_once_t *
__once
UNUSED, void (*__func) (void) UNUSED)
/src/external/gpl3/gcc.old/dist/libgcc/
gthr-single.h
217
__gthread_once (__gthread_once_t *
__once
UNUSED, void (*__func) (void) UNUSED)
gthr-single.h
217
__gthread_once (__gthread_once_t *
__once
UNUSED, void (*__func) (void) UNUSED)
/src/external/gpl3/gcc/dist/libgcc/config/pa/
gthr-dce.h
439
__gthread_once (__gthread_once_t *
__once
, void (*__func) (void))
442
return __gthrw_(pthread_once) (
__once
, __func);
Completed in 101 milliseconds
1
2
Indexes created Sat Sep 19 00:25:42 UTC 2026