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_cond_timedwait
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/libcollector/
synctrace.c
106
static int (*
__real_pthread_cond_timedwait
) (pthread_cond_t *restrict cond,
variable
465
__real_pthread_cond_timedwait
= __real_pthread_cond_timedwait_2_17;
467
__real_pthread_cond_timedwait
= __real_pthread_cond_timedwait_2_3_2;
469
__real_pthread_cond_timedwait
= __real_pthread_cond_timedwait_2_2_5;
471
__real_pthread_cond_timedwait
= __real_pthread_cond_timedwait_2_0;
473
__real_pthread_cond_timedwait
= dlsym (dlflag, "pthread_cond_timedwait");
474
if (
__real_pthread_cond_timedwait
== NULL)
702
if (
__real_pthread_cond_timedwait
== NULL) \
704
return gprofng_pthread_cond_timedwait (
__real_pthread_cond_timedwait
, cond, mutex, abstime); \
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
synctrace.c
106
static int (*
__real_pthread_cond_timedwait
) (pthread_cond_t *restrict cond,
variable
465
__real_pthread_cond_timedwait
= __real_pthread_cond_timedwait_2_17;
467
__real_pthread_cond_timedwait
= __real_pthread_cond_timedwait_2_3_2;
469
__real_pthread_cond_timedwait
= __real_pthread_cond_timedwait_2_2_5;
471
__real_pthread_cond_timedwait
= __real_pthread_cond_timedwait_2_0;
473
__real_pthread_cond_timedwait
= dlsym (dlflag, "pthread_cond_timedwait");
474
if (
__real_pthread_cond_timedwait
== NULL)
702
if (
__real_pthread_cond_timedwait
== NULL) \
704
return gprofng_pthread_cond_timedwait (
__real_pthread_cond_timedwait
, cond, mutex, abstime); \
Completed in 46 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026