OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__guard
(Results
1 - 25
of
59
) sorted by relevancy
1
2
3
/src/external/gpl3/gcc/dist/libgcc/config/
gthr-vxworks.c
48
__release (__gthread_once_t **
__guard
)
50
(*
__guard
)->busy = 0;
54
__gthread_once (__gthread_once_t *
__guard
, void (*__func) (void))
56
if (
__guard
->done)
62
while (!__TAS(&
__guard
->busy))
64
if (
__guard
->done)
69
if (!
__guard
->done)
77
__gthread_once_t *__temp =
__guard
;
81
__guard
->done = 1;
84
__release(&
__guard
);
[
all
...]
/src/external/gpl3/gcc.old/dist/libgcc/config/
gthr-vxworks.c
48
__release (__gthread_once_t **
__guard
)
50
(*
__guard
)->busy = 0;
54
__gthread_once (__gthread_once_t *
__guard
, void (*__func) (void))
56
if (
__guard
->done)
62
while (!__TAS(&
__guard
->busy))
64
if (
__guard
->done)
69
if (!
__guard
->done)
77
__gthread_once_t *__temp =
__guard
;
81
__guard
->done = 1;
84
__release(&
__guard
);
[
all
...]
/src/external/gpl3/gcc/dist/libgcc/c++-minimal/
guard.c
38
__cxa_guard_acquire(
__guard
*);
41
__cxa_guard_release(
__guard
*);
44
__cxa_guard_abort(
__guard
*);
53
init_in_progress_flag(
__guard
* g)
57
set_init_in_progress_flag(
__guard
* g, int v)
70
acquire(
__guard
*g)
83
int __cxa_guard_acquire (
__guard
*g)
88
void __cxa_guard_abort (
__guard
*g)
93
void __cxa_guard_release (
__guard
*g)
/src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/arm/
cxxabi_tweaks.h
48
typedef int
__guard
;
typedef
72
__extension__ typedef int
__guard
__attribute__((mode (__DI__)));
/src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/arm/
cxxabi_tweaks.h
48
typedef int
__guard
;
typedef
72
__extension__ typedef int
__guard
__attribute__((mode (__DI__)));
/src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/arm/
cxxabi_tweaks.h
52
typedef int
__guard
;
typedef
71
__extension__ typedef int
__guard
__attribute__((mode (__DI__)));
/src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/armeb/
cxxabi_tweaks.h
52
typedef int
__guard
;
typedef
71
__extension__ typedef int
__guard
__attribute__((mode (__DI__)));
/src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earm/
cxxabi_tweaks.h
52
typedef int
__guard
;
typedef
76
__extension__ typedef int
__guard
__attribute__((mode (__DI__)));
/src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmeb/
cxxabi_tweaks.h
52
typedef int
__guard
;
typedef
76
__extension__ typedef int
__guard
__attribute__((mode (__DI__)));
/src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhf/
cxxabi_tweaks.h
52
typedef int
__guard
;
typedef
76
__extension__ typedef int
__guard
__attribute__((mode (__DI__)));
/src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhfeb/
cxxabi_tweaks.h
52
typedef int
__guard
;
typedef
76
__extension__ typedef int
__guard
__attribute__((mode (__DI__)));
/src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4/
cxxabi_tweaks.h
52
typedef int
__guard
;
typedef
76
__extension__ typedef int
__guard
__attribute__((mode (__DI__)));
/src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4eb/
cxxabi_tweaks.h
52
typedef int
__guard
;
typedef
76
__extension__ typedef int
__guard
__attribute__((mode (__DI__)));
/src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6/
cxxabi_tweaks.h
52
typedef int
__guard
;
typedef
76
__extension__ typedef int
__guard
__attribute__((mode (__DI__)));
/src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6eb/
cxxabi_tweaks.h
52
typedef int
__guard
;
typedef
76
__extension__ typedef int
__guard
__attribute__((mode (__DI__)));
/src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hf/
cxxabi_tweaks.h
52
typedef int
__guard
;
typedef
76
__extension__ typedef int
__guard
__attribute__((mode (__DI__)));
/src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hfeb/
cxxabi_tweaks.h
52
typedef int
__guard
;
typedef
76
__extension__ typedef int
__guard
__attribute__((mode (__DI__)));
/src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7/
cxxabi_tweaks.h
52
typedef int
__guard
;
typedef
76
__extension__ typedef int
__guard
__attribute__((mode (__DI__)));
/src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7eb/
cxxabi_tweaks.h
52
typedef int
__guard
;
typedef
76
__extension__ typedef int
__guard
__attribute__((mode (__DI__)));
/src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7hf/
cxxabi_tweaks.h
52
typedef int
__guard
;
typedef
76
__extension__ typedef int
__guard
__attribute__((mode (__DI__)));
/src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7hfeb/
cxxabi_tweaks.h
52
typedef int
__guard
;
typedef
76
__extension__ typedef int
__guard
__attribute__((mode (__DI__)));
/src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/generic/
cxxabi_tweaks.h
46
__extension__ typedef int
__guard
__attribute__((mode (__DI__)));
typedef
/src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/generic/
cxxabi_tweaks.h
46
__extension__ typedef int
__guard
__attribute__((mode (__DI__)));
typedef
/src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64/
cxxabi_tweaks.h
50
__extension__ typedef int
__guard
__attribute__((mode (__DI__)));
typedef
/src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64eb/
cxxabi_tweaks.h
50
__extension__ typedef int
__guard
__attribute__((mode (__DI__)));
typedef
Completed in 83 milliseconds
1
2
3
Indexes created Mon May 04 00:23:20 UTC 2026