Searched refs:mt (Results 1 – 12 of 12) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/collation/ |
A D | mt_MT | 12 collating-symbol <g-h--mt> 18 collating-symbol <i-e-mt> 37 <g-h--mt> 41 <i-e-mt> 56 <g-h-> <g-h--mt>;<PCL>;<MIN>;IGNORE 57 <g-H-> <g-h--mt>;<PCL>;<MIN-CAP>;IGNORE 59 <G-H-> <g-h--mt>;<PCL>;<CAP>;IGNORE 68 <i-e> <i-e-mt>;<PCL>;<MIN>;IGNORE 69 <i-E> <i-e-mt>;<PCL>;<MIN-CAP>;IGNORE 71 <I-E> <i-e-mt>;<PCL>;<CAP>;IGNORE [all …]
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | ltm.c | 72 Table *mt; in luaT_gettmbyobj() local 75 mt = hvalue(o)->metatable; in luaT_gettmbyobj() 78 mt = uvalue(o)->metatable; in luaT_gettmbyobj() 81 mt = G(L)->mt[ttype(o)]; in luaT_gettmbyobj() 83 return (mt ? luaH_getshortstr(mt, G(L)->tmname[event]) : &G(L)->nilvalue); in luaT_gettmbyobj() 92 Table *mt; in luaT_objtypename() local 93 if ((ttistable(o) && (mt = hvalue(o)->metatable) != NULL) || in luaT_objtypename() 94 (ttisfulluserdata(o) && (mt = uvalue(o)->metatable) != NULL)) { in luaT_objtypename() 95 const TValue *name = luaH_getshortstr(mt, luaS_new(L, "__name")); in luaT_objtypename()
|
A D | lapi.c | 771 Table *mt; in lua_getmetatable() local 777 mt = hvalue(obj)->metatable; in lua_getmetatable() 783 mt = G(L)->mt[ttype(obj)]; in lua_getmetatable() 786 if (mt != NULL) { in lua_getmetatable() 787 sethvalue2s(L, L->top, mt); in lua_getmetatable() 929 Table *mt; in lua_setmetatable() local 934 mt = NULL; in lua_setmetatable() 937 mt = hvalue(s2v(L->top - 1)); in lua_setmetatable() 942 if (mt) { in lua_setmetatable() 950 if (mt) { in lua_setmetatable() [all …]
|
A D | lgc.h | 185 LUAI_FUNC void luaC_checkfinalizer (lua_State *L, GCObject *o, Table *mt);
|
A D | lstate.h | 294 struct Table *mt[LUA_NUMTAGS]; /* metatables for basic types */ member
|
A D | lgc.c | 332 markobjectN(g, g->mt[i]); in markmt() 1011 void luaC_checkfinalizer (lua_State *L, GCObject *o, Table *mt) { in luaC_checkfinalizer() argument 1014 gfasttm(g, mt, TM_GC) == NULL) /* or has no finalizer? */ in luaC_checkfinalizer()
|
A D | lstate.c | 400 for (i=0; i < LUA_NUMTAGS; i++) g->mt[i] = NULL; in lua_newstate()
|
/l4re-core-master/l4re_vfs/include/ |
A D | vfs.h | 550 Path lookup(Path const &path, cxx::Ref_ptr<Mount_tree> *mt, 655 if (mt) in lookup() 656 *mt = x; in lookup() 671 if (mt) in lookup() 672 *mt = x; in lookup() 696 cxx::Ref_ptr<Mount_tree> *mt) throw() in get_mount() argument 705 Path p = _mount_tree->lookup(Path(path), mt, &mp); in get_mount() 723 cxx::Ref_ptr<Mount_tree> mt; in openat() local 724 path = get_mount(path, &dir, &mt); in openat() 731 if (!(*f)->_mount_tree && mt) in openat() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-rwlock14.c | 40 pthread_t mt = *(pthread_t *) arg; in tf() local 45 pthread_join (mt, NULL); in tf()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | Makefile.kconfig | 237 pkg-config --exists qt-mt 2> /dev/null && pkg=qt-mt; \ 260 test -f $$libpath/libqt-mt.so && lib=qt-mt; \
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/ |
A D | ChangeLog | 4037 * testsuite/30_threads/stop_token/stop_callback/deadlock-mt.cc: 5216 * testsuite/30_threads/stop_token/stop_callback/deadlock-mt.cc: New
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | ChangeLog | 6552 GL(_dl_load_lock) using non-mt implementation was nested.
|
Completed in 54 milliseconds