OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:collector_master_thread_timerid
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/libcollector/
dispatcher.c
52
static timer_t
collector_master_thread_timerid
= NULL;
variable
311
if (
collector_master_thread_timerid
== NULL)
312
if (collector_timer_create (&
collector_master_thread_timerid
) < 0)
316
*timeridptr =
collector_master_thread_timerid
; // store for per thread timer stop/start
317
TprintfT (DBG_LT3, "__collector_ext_dispatcher_install:
collector_master_thread_timerid
=%p\n",
318
collector_master_thread_timerid
);
319
timer_period = collector_timer_gettime (
collector_master_thread_timerid
);
327
if (collector_timer_settime (itimer_period_requested,
collector_master_thread_timerid
) < 0)
460
int timer_period = collector_timer_gettime (
collector_master_thread_timerid
);
493
if (
collector_master_thread_timerid
!= NULL
[
all
...]
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
dispatcher.c
52
static timer_t
collector_master_thread_timerid
= NULL;
variable
311
if (
collector_master_thread_timerid
== NULL)
312
if (collector_timer_create (&
collector_master_thread_timerid
) < 0)
316
*timeridptr =
collector_master_thread_timerid
; // store for per thread timer stop/start
317
TprintfT (DBG_LT3, "__collector_ext_dispatcher_install:
collector_master_thread_timerid
=%p\n",
318
collector_master_thread_timerid
);
319
timer_period = collector_timer_gettime (
collector_master_thread_timerid
);
327
if (collector_timer_settime (itimer_period_requested,
collector_master_thread_timerid
) < 0)
460
int timer_period = collector_timer_gettime (
collector_master_thread_timerid
);
493
if (
collector_master_thread_timerid
!= NULL
[
all
...]
Completed in 25 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026