OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_current_thread
(Results
1 - 7
of
7
) sorted by null
/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
local.py
24
from thread import get_ident as
get_current_thread
, allocate_lock
26
from dummy_thread import get_ident as
get_current_thread
, allocate_lock
33
get_ident =
get_current_thread
35
get_ident = lambda: (
get_current_thread
(), get_current_greenlet())
/external/valgrind/callgrind/
threads.c
71
thread_info* CLG_(
get_current_thread
)()
function
dump.c
[
all
...]
bbcc.c
549
CLG_(
get_current_thread
)()->lastdump_cost );
global.h
760
thread_info* CLG_(
get_current_thread
)(void);
main.c
[
all
...]
/external/valgrind/helgrind/
hg_main.c
1003
static inline Thread*
get_current_Thread
( void ); /* fwds */
[
all
...]
Completed in 3602 milliseconds