Searched refs:lthread_exit_func (Results 1 – 3 of 3) sorted by relevance
22 typedef void (*lthread_exit_func) (struct lthread *); typedef43 lthread_func_t fun, void *arg, lthread_exit_func exit_handler);
133 lthread_exit_func exit_handler; /* called when thread exits */
120 lthread_func_t fun, void *arg, lthread_exit_func exit_handler) in _lthread_init()