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_mutex_lock_2_0
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/libcollector/
synctrace.c
102
static int (*
__real_pthread_mutex_lock_2_0
) (pthread_mutex_t *mutex) = NULL;
variable
364
__real_pthread_mutex_lock_2_0
= dlvsym (dlflag, "pthread_mutex_lock", "GLIBC_2.0");
369
else if (
__real_pthread_mutex_lock_2_0
)
370
__real_pthread_mutex_lock =
__real_pthread_mutex_lock_2_0
;
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
synctrace.c
102
static int (*
__real_pthread_mutex_lock_2_0
) (pthread_mutex_t *mutex) = NULL;
variable
364
__real_pthread_mutex_lock_2_0
= dlvsym (dlflag, "pthread_mutex_lock", "GLIBC_2.0");
369
else if (
__real_pthread_mutex_lock_2_0
)
370
__real_pthread_mutex_lock =
__real_pthread_mutex_lock_2_0
;
Completed in 29 milliseconds
Indexes created Thu May 14 00:25:00 UTC 2026