OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__real_pthread_create_2_17
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/libcollector/
dispatcher.c
70
static int (*
__real_pthread_create_2_17
) (pthread_t *thread,
variable
709
__real_pthread_create_2_17
= dlvsym (dlflag, "pthread_create", "GLIBC_2.17");
715
else if (
__real_pthread_create_2_17
)
716
__real_pthread_create =
__real_pthread_create_2_17
;
792
PR_FUNC (
__real_pthread_create_2_17
);
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
dispatcher.c
70
static int (*
__real_pthread_create_2_17
) (pthread_t *thread,
variable
709
__real_pthread_create_2_17
= dlvsym (dlflag, "pthread_create", "GLIBC_2.17");
715
else if (
__real_pthread_create_2_17
)
716
__real_pthread_create =
__real_pthread_create_2_17
;
792
PR_FUNC (
__real_pthread_create_2_17
);
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026