Home
last modified time | relevance | path

Searched refs:MainThread (Results 1 – 7 of 7) sorted by relevance

/third_party/node/src/inspector/
Dworker_inspector.h98 std::shared_ptr<MainThreadHandle> MainThread() { in MainThread() function
Dworker_agent.cc90 std::make_shared<NodeWorkers>(frontend_, manager->MainThread()); in Wire()
/third_party/node/deps/v8/src/objects/
Dfeedback-vector.h667 enum Mode { MainThread, BackgroundThread }; enumerator
670 return local_heap_ == nullptr ? MainThread : BackgroundThread; in mode()
679 bool can_write() const { return mode() == MainThread; } in can_write()
Dfeedback-vector.cc479 if (mode() == Mode::MainThread) { in NewHandle()
488 if (mode() == Mode::MainThread) { in NewHandle()
/third_party/python/Doc/howto/
Dlogging-cookbook.rst137 3 MainThread Hello from main
139 755 MainThread Hello from main
141 1507 MainThread Hello from main
144 2258 MainThread Hello from main
146 3009 MainThread Hello from main
149 3761 MainThread Hello from main
151 4513 MainThread Hello from main
392 MainThread: Look out!
2995 QtCore.QThread.currentThread().setObjectName('MainThread')
/third_party/python/Lib/idlelib/
DNEWS2x.txt278 stuck subprocess MainThread because only the SocketThread was exiting.
501 in MainThread, while the RPCServer is handled by SockThread. This is
/third_party/python/Misc/NEWS.d/
D3.9.0a2.rst186 ``MainThread.native_id`` is now correctly reset in child processes spawned