OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:switch_thread
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/callgrind/
threads.c
94
CLG_(
switch_thread
)(t);
97
CLG_(
switch_thread
)(orig_tid);
130
void CLG_(
switch_thread
)(ThreadId tid)
function
196
CLG_(
switch_thread
)(tid);
207
CLG_(
switch_thread
)(tid);
248
CLG_(
switch_thread
)(tid);
global.h
564
* running. See function
switch_thread
() for save/restore on thread switch.
761
void CLG_(
switch_thread
)(ThreadId tid);
dump.c
[
all
...]
bbcc.c
584
/* CLG_(
switch_thread
) is a no-op when tid is equal to CLG_(current_tid).
585
* As this is on the hot path, we only call CLG_(
switch_thread
)(tid)
589
CLG_(
switch_thread
)(tid);
Completed in 165 milliseconds