Home
last modified time | relevance | path

Searched refs:mainthread (Results 1 – 11 of 11) sorted by relevance

/external/libxml2/
Dthreads.c135 static pthread_t mainthread; variable
146 static DWORD mainthread; variable
156 thread_id mainthread = 0; variable
811 return (pthread_equal(mainthread,pthread_self())); in xmlIsMainThread()
813 return (mainthread == GetCurrentThreadId()); in xmlIsMainThread()
815 return (mainthread == find_thread(NULL)); in xmlIsMainThread()
955 mainthread = pthread_self(); in xmlOnceInit()
963 mainthread = GetCurrentThreadId(); in xmlOnceInit()
977 mainthread = find_thread(NULL); in xmlOnceInit()
/external/syslinux/com32/lua/src/
Dlstate.c287 g->mainthread = L; in lua_newstate()
323 L = G(L)->mainthread; /* only the main thread can be closed */ in lua_close()
Dldo.c110 if (G(L)->mainthread->errorJmp) { /* main thread has a handler? */ in luaD_throw()
111 setobjs2s(L, G(L)->mainthread->top++, L->top - 1); /* copy error obj. */ in luaD_throw()
112 luaD_throw(G(L)->mainthread, errcode); /* re-throw in main thread */ in luaD_throw()
573 if (L != G(L)->mainthread) in lua_yieldk()
Dlstate.h143 struct lua_State *mainthread; member
Dlgc.c340 markobject(g, g->mainthread); in restartcollection()
1003 lua_assert(!iswhite(obj2gco(g->mainthread))); in atomic()
1094 GCObject *mt = obj2gco(g->mainthread); in singlestep()
Dlapi.c598 return (G(L)->mainthread == L); in lua_pushthread()
/external/skia/third_party/lua/src/
Dlstate.c278 g->mainthread = L; in lua_newstate()
316 L = G(L)->mainthread; /* only the main thread can be closed */ in lua_close()
Dldo.c110 if (G(L)->mainthread->errorJmp) { /* main thread has a handler? */ in luaD_throw()
111 setobjs2s(L, G(L)->mainthread->top++, L->top - 1); /* copy error obj. */ in luaD_throw()
112 luaD_throw(G(L)->mainthread, errcode); /* re-throw in main thread */ in luaD_throw()
565 if (L != G(L)->mainthread) in lua_yieldk()
Dlstate.h143 struct lua_State *mainthread; member
Dlgc.c340 markobject(g, g->mainthread); in restartcollection()
996 lua_assert(!iswhite(obj2gco(g->mainthread))); in atomic()
1087 GCObject *mt = obj2gco(g->mainthread); in singlestep()
Dlapi.c598 return (G(L)->mainthread == L); in lua_pushthread()