Searched refs:App_ptr (Results 1 – 1 of 1) sorted by relevance
/l4re-core-master/ned/server/src/ |
A D | lua_exec.cc | 336 App_ptr *t = (App_ptr*)luaL_checkudata(l, i, APP_TASK_TYPE); in check_at() 342 App_ptr t = check_at(l, 1); in __task_state() 374 App_ptr t = check_at(l, 1); in __task_exit_code() 385 App_ptr &t = check_at(l, 1); in __task_wait() 402 App_ptr &t = check_at(l, 1); in __task_kill() 426 App_ptr &t = check_at(l, 1); in __task_gc() 433 App_ptr const &t1 = check_at(l, 1); in __task_eq() 434 App_ptr const &t2 = check_at(l, 2); in __task_eq() 441 App_ptr const &t1 = check_at(l, 1); in __task_lt() 442 App_ptr const &t2 = check_at(l, 2); in __task_lt() [all …]
|
Completed in 5 milliseconds