OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timeridptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/libcollector/
dispatcher.c
314
timer_t *
timeridptr
= __collector_tsd_get_by_key (dispatcher_key);
315
if (
timeridptr
!= NULL)
316
*
timeridptr
= collector_master_thread_timerid; // store for per thread timer stop/start
378
timer_t *
timeridptr
= __collector_tsd_get_by_key (dispatcher_key);
local
379
if (
timeridptr
!= NULL && *
timeridptr
!= NULL)
380
(void) collector_timer_settime (0, *
timeridptr
);
387
timer_t *
timeridptr
= __collector_tsd_get_by_key (dispatcher_key);
local
388
if (
timeridptr
== NULL)
390
if (*
timeridptr
== NULL
1109
timer_t *
timeridptr
= __collector_tsd_get_by_key (dispatcher_key);
local
[
all
...]
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
dispatcher.c
314
timer_t *
timeridptr
= __collector_tsd_get_by_key (dispatcher_key);
315
if (
timeridptr
!= NULL)
316
*
timeridptr
= collector_master_thread_timerid; // store for per thread timer stop/start
378
timer_t *
timeridptr
= __collector_tsd_get_by_key (dispatcher_key);
local
379
if (
timeridptr
!= NULL && *
timeridptr
!= NULL)
380
(void) collector_timer_settime (0, *
timeridptr
);
387
timer_t *
timeridptr
= __collector_tsd_get_by_key (dispatcher_key);
local
388
if (
timeridptr
== NULL)
390
if (*
timeridptr
== NULL
1109
timer_t *
timeridptr
= __collector_tsd_get_by_key (dispatcher_key);
local
[
all
...]
Completed in 25 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026