OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__gthr_win32_key_create
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/config/i386/
gthr-win32.c
35
#define __gthread_key_create
__gthr_win32_key_create
gthr-win32.h
422
extern int
__gthr_win32_key_create
(__gthread_key_t *, void (*) (void*));
496
return
__gthr_win32_key_create
(__key, __dtor);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
gthread.d
97
int
__gthr_win32_key_create
(__gthread_key_t* keyp, GthreadDestroyFn dtor);
103
alias __gthread_key_create =
__gthr_win32_key_create
;
/src/external/gpl3/gcc.old/dist/libgcc/config/i386/
gthr-win32.c
99
__gthr_win32_key_create
(__gthread_key_t *key,
function
gthr-win32.h
398
extern int
__gthr_win32_key_create
(__gthread_key_t *, void (*) (void*));
428
return
__gthr_win32_key_create
(__key, __dtor);
Completed in 53 milliseconds
Indexes created Sat Aug 15 00:25:12 UTC 2026