Searched refs:thread_callbacks (Results 1 – 4 of 4) sorted by relevance
82 struct thread_callbacks { struct114 void _thread_set_callbacks(const struct thread_callbacks *_cb, size_t _len); argument120 extern struct thread_callbacks _thread_cb;
66 struct thread_callbacks _thread_cb =
33 _thread_set_callbacks(const struct thread_callbacks *cb, size_t len) in _thread_set_callbacks()
210 struct thread_callbacks cb = { 0 }; in _rthread_init()