OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__attr
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/config/s390/
gthr-tpf.h
212
pthread_mutexattr_t
__attr
;
local
215
__r = __gthrw_(pthread_mutexattr_init) (&
__attr
);
217
__r = __gthrw_(pthread_mutexattr_settype) (&
__attr
,
220
__r = __gthrw_(pthread_mutex_init) (__mutex, &
__attr
);
222
__r = __gthrw_(pthread_mutexattr_destroy) (&
__attr
);
/src/external/gpl3/gcc.old/dist/libgcc/config/s390/
gthr-tpf.h
212
pthread_mutexattr_t
__attr
;
local
215
__r = __gthrw_(pthread_mutexattr_init) (&
__attr
);
217
__r = __gthrw_(pthread_mutexattr_settype) (&
__attr
,
220
__r = __gthrw_(pthread_mutex_init) (__mutex, &
__attr
);
222
__r = __gthrw_(pthread_mutexattr_destroy) (&
__attr
);
/src/external/gpl3/gcc/dist/libgcc/config/pa/
gthr-dce.h
525
pthread_mutexattr_t
__attr
;
local
528
__r = __gthrw_(pthread_mutexattr_create) (&
__attr
);
530
__r = __gthrw_(pthread_mutexattr_setkind_np) (&
__attr
,
533
__r = __gthrw_(pthread_mutex_init) (__mutex,
__attr
);
535
__r = __gthrw_(pthread_mutexattr_delete) (&
__attr
);
/src/external/gpl3/gcc.old/dist/libgcc/config/pa/
gthr-dce.h
525
pthread_mutexattr_t
__attr
;
local
528
__r = __gthrw_(pthread_mutexattr_create) (&
__attr
);
530
__r = __gthrw_(pthread_mutexattr_setkind_np) (&
__attr
,
533
__r = __gthrw_(pthread_mutex_init) (__mutex,
__attr
);
535
__r = __gthrw_(pthread_mutexattr_delete) (&
__attr
);
/src/external/gpl3/gcc/dist/libgcc/
gthr-posix.h
807
pthread_mutexattr_t
__attr
;
local
810
__r = __gthrw_(pthread_mutexattr_init) (&
__attr
);
812
__r = __gthrw_(pthread_mutexattr_settype) (&
__attr
,
815
__r = __gthrw_(pthread_mutex_init) (__mutex, &
__attr
);
817
__r = __gthrw_(pthread_mutexattr_destroy) (&
__attr
);
/src/external/gpl3/gcc.old/dist/libgcc/
gthr-posix.h
794
pthread_mutexattr_t
__attr
;
local
797
__r = __gthrw_(pthread_mutexattr_init) (&
__attr
);
799
__r = __gthrw_(pthread_mutexattr_settype) (&
__attr
,
802
__r = __gthrw_(pthread_mutex_init) (__mutex, &
__attr
);
804
__r = __gthrw_(pthread_mutexattr_destroy) (&
__attr
);
Completed in 33 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026