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
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/libcollector/
synctrace.c
99
static int (*
__real_pthread_mutex_lock
) (pthread_mutex_t *mutex) = NULL;
variable
366
__real_pthread_mutex_lock
= __real_pthread_mutex_lock_2_17;
368
__real_pthread_mutex_lock
= __real_pthread_mutex_lock_2_2_5;
370
__real_pthread_mutex_lock
= __real_pthread_mutex_lock_2_0;
372
__real_pthread_mutex_lock
= dlsym (dlflag, "pthread_mutex_lock");
373
return
__real_pthread_mutex_lock
? 1 : 0;
608
if (
__real_pthread_mutex_lock
== NULL) \
610
return gprofng_pthread_mutex_lock (
__real_pthread_mutex_lock
, mp); \
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
synctrace.c
99
static int (*
__real_pthread_mutex_lock
) (pthread_mutex_t *mutex) = NULL;
variable
366
__real_pthread_mutex_lock
= __real_pthread_mutex_lock_2_17;
368
__real_pthread_mutex_lock
= __real_pthread_mutex_lock_2_2_5;
370
__real_pthread_mutex_lock
= __real_pthread_mutex_lock_2_0;
372
__real_pthread_mutex_lock
= dlsym (dlflag, "pthread_mutex_lock");
373
return
__real_pthread_mutex_lock
? 1 : 0;
608
if (
__real_pthread_mutex_lock
== NULL) \
610
return gprofng_pthread_mutex_lock (
__real_pthread_mutex_lock
, mp); \
Completed in 17 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026