Home
last modified time | relevance | path

Searched refs:getMainThread (Results 1 – 14 of 14) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/scripting/lua/
H A DLuaUtil.cpp46 lua_State* getMainThread(lua_State* L) in getMainThread() function
H A DLuaUtil.h28 lua_State* getMainThread(lua_State* L);
H A DLuaReference.cpp21 …std::make_shared<UniqueLuaReference>(util::getMainThread(state), luaL_ref(state, LUA_REGISTRYINDEX… in create()
/dports/cad/uranium/Uranium-3ed9c4de/UM/
H A DSignal.py38 …_signalQueue is not None and threading.current_thread() is not Signal._signalQueue.getMainThread():
67 def getMainThread(self): member in SignalQueue
213 if threading.current_thread() is not Signal._app.getMainThread():
H A DApplication.py442 def getMainThread(self) -> threading.Thread: member in Application
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djspubtd.h480 static inline PerThreadDataFriendFields* getMainThread(JSRuntime* rt) {
487 static inline const PerThreadDataFriendFields* getMainThread(const JSRuntime* rt) {
H A Djsfriendapi.h976 PerThreadDataFriendFields::getMainThread(GetRuntime(cx));
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/
H A Djspubtd.h480 static inline PerThreadDataFriendFields* getMainThread(JSRuntime* rt) {
487 static inline const PerThreadDataFriendFields* getMainThread(const JSRuntime* rt) {
H A Djsfriendapi.h976 PerThreadDataFriendFields::getMainThread(GetRuntime(cx));
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/
H A DMethodEntryRequestTest.java140 ThreadReference thr = getMainThread(); in testJDIWithThreadFilter()
H A DMethodExitRequestTest.java138 ThreadReference thr = getMainThread(); in testJDIWithThreadFilter()
H A DAbstractJDITest.java583 protected ThreadReference getMainThread() { in getMainThread() method in AbstractJDITest
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/js/
H A DRootingAPI.h668 return PerThreadDataFriendFields::getMainThread(rt)->roots;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/public/
H A DRootingAPI.h668 return PerThreadDataFriendFields::getMainThread(rt)->roots;