Searched defs:newThread (Results 1 – 5 of 5) sorted by relevance
79 auto newThread = ThreadStart(ThreadFunc); in TEST_F() local
351 … [[maybe_unused]] bool traceAllocation, [[maybe_unused]] bool newThread) in StartHeapTracking()380 [[maybe_unused]] bool newThread) in StopHeapTracking()392 … [[maybe_unused]] Progress *progress, [[maybe_unused]] bool newThread) in StopHeapTracking()
133 void Runtime::RegisterThread(JSThread* newThread) in RegisterThread()
987 bool traceAllocation, bool newThread) in StartHeapTracking()1036 bool HeapProfiler::StopHeapTracking(Stream *stream, Progress *progress, bool newThread) in StopHeapTracking()
558 bool traceAllocation = false, bool newThread = true) override in StartHeapTracking()563 …bool StopHeapTracking(Stream *stream, Progress *progress = nullptr, bool newThread = true) override in StopHeapTracking()