OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cur_thread
(Results
1 - 2
of
2
) sorted by null
/external/qemu/memcheck/
memcheck_proc_management.c
339
const ThreadDesc*
cur_thread
= get_current_thread();
local
340
if (
cur_thread
!= NULL) {
341
current_process =
cur_thread
->process;
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h
468
INLINE ThreadState *
cur_thread
() {
function in namespace:__tsan
Completed in 53 milliseconds