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

/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_kill.c77 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");
/freebsd-11-stable/contrib/lua/src/
H A Dlstate.c276 memcpy(lua_getextraspace(L1), lua_getextraspace(g->mainthread),
310 g->mainthread = L;
342 L = G(L)->mainthread; /* only the main thread can be closed */
H A Dlstate.h166 struct lua_State *mainthread; member in struct:global_State
H A Dldo.c118 if (g->mainthread->errorJmp) { /* main thread has a handler? */
119 setobjs2s(L, g->mainthread->top++, L->top - 1); /* copy error obj. */
120 luaD_throw(g->mainthread, errcode); /* re-throw in main thread */
699 if (L != G(L)->mainthread)
H A Dlgc.c254 getuservalue(g->mainthread, gco2u(o), &uvalue);
340 markobject(g, g->mainthread);
988 lua_assert(!iswhite(g->mainthread));
1080 makewhite(g, g->mainthread); /* sweep main thread */
H A Dlapi.c578 return (G(L)->mainthread == L);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstate.h143 struct lua_State *mainthread; member in struct:global_State
H A Dlstate.c280 g->mainthread = L;
316 L = G(L)->mainthread; /* only the main thread can be closed */
H A Dldo.c120 if (G(L)->mainthread->errorJmp) { /* main thread has a handler? */
121 setobjs2s(L, G(L)->mainthread->top++, L->top - 1); /* copy error obj. */
122 luaD_throw(G(L)->mainthread, errcode); /* re-throw in main thread */
583 if (L != G(L)->mainthread)
H A Dlgc.c340 markobject(g, g->mainthread);
1003 lua_assert(!iswhite(obj2gco(g->mainthread)));
1094 GCObject *mt = obj2gco(g->mainthread);
H A Dlapi.c597 return (G(L)->mainthread == L);

Completed in 130 milliseconds