HomeSort by: relevance | last modified time | path
    Searched refs:mainthread (Results 1 - 6 of 6) sorted by relevancy

  /src/tests/lib/libpthread/
t_kill.c 77 pthread_t mainthread; variable
86 ATF_REQUIRE_MSG((self != mainthread) && (signo == SIGUSR1),
120 mainthread = pthread_self();
131 ATF_REQUIRE_EQ_MSG(self, mainthread, "thread id changed");
  /src/external/mit/lua/dist/src/
lstate.c 308 memcpy(lua_getextraspace(L1), lua_getextraspace(g->mainthread),
383 g->mainthread = L;
422 L = G(L)->mainthread; /* only the main thread can be closed */
lstate.h 298 struct lua_State *mainthread; member in struct:global_State
ldo.c 127 if (g->mainthread->errorJmp) { /* main thread has a handler? */
128 setobjs2s(L, g->mainthread->top.p++, L->top.p - 1); /* copy error obj. */
129 luaD_throw(g->mainthread, errcode); /* re-throw in main thread */
883 if (L != G(L)->mainthread)
lgc.c 97 #define markvalue(g,o) { checkliveness(g->mainthread,o); \
408 markobject(g, g->mainthread);
1519 deletelist(L, g->allgc, obj2gco(g->mainthread));
1533 lua_assert(!iswhite(g->mainthread));
lapi.c 639 return (G(L)->mainthread == L);

Completed in 23 milliseconds