OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_thread_state
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
v8threads.cc
262
ThreadState*
new_thread_state
= new ThreadState(this);
local
263
new_thread_state
->AllocateSpace();
264
return
new_thread_state
;
/external/v8/src/
v8threads.cc
272
ThreadState*
new_thread_state
= new ThreadState(this);
local
273
new_thread_state
->AllocateSpace();
274
return
new_thread_state
;
Completed in 534 milliseconds