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_func
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
slow-waitpid.c
171
static fptr_t
real_func
= NULL;
local
173
if (
real_func
== NULL)
175
real_func
= dlsym (RTLD_NEXT, "waitpid");
176
if (
real_func
== NULL)
180
return (*
real_func
) (pid, wstatus, options);
303
static fptr_t
real_func
= NULL;
local
305
if (
real_func
== NULL)
307
real_func
= dlsym (RTLD_NEXT, "sigsuspend");
308
if (
real_func
== NULL)
312
return (*
real_func
) (mask)
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
slow-waitpid.c
171
static fptr_t
real_func
= NULL;
local
173
if (
real_func
== NULL)
175
real_func
= dlsym (RTLD_NEXT, "waitpid");
176
if (
real_func
== NULL)
180
return (*
real_func
) (pid, wstatus, options);
303
static fptr_t
real_func
= NULL;
local
305
if (
real_func
== NULL)
307
real_func
= dlsym (RTLD_NEXT, "sigsuspend");
308
if (
real_func
== NULL)
312
return (*
real_func
) (mask)
[
all
...]
Completed in 27 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026