aboutsummaryrefslogtreecommitdiff
path: root/src/jthread/jsemaphore.h
Commit message (Collapse)AuthorAge
* Fix warnings reported by clangsfan52014-07-06
|
* OS X compatibility fixesMartin Doege2014-06-29
|
* Fix building under MSVCBlockMen2014-01-14
|
* Make MutexQueue use jsemaphore for signalingsapier2014-01-10
|
* Fix modstore/favourites hang by adding asynchronous lua job supportsapier2013-11-29
l kwb">const TValue *luaH_getstr (Table *t, TString *key); LUAI_FUNC TValue *luaH_setstr (lua_State *L, Table *t, TString *key); LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key); LUAI_FUNC TValue *luaH_set (lua_State *L, Table *t, const TValue *key); LUAI_FUNC Table *luaH_new (lua_State *L, int narray, int lnhash); LUAI_FUNC void luaH_resizearray (lua_State *L, Table *t, int nasize); LUAI_FUNC void luaH_free (lua_State *L, Table *t); LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key); LUAI_FUNC int luaH_getn (Table *t); #if defined(LUA_DEBUG) LUAI_FUNC Node *luaH_mainposition (const Table *t, const TValue *key); LUAI_FUNC int luaH_isdummy (Node *n); #endif #endif