Searched refs:user_callback (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/kernel/include/kernel/
H A Dthread.h145 thread_user_callback_t user_callback; member in struct:thread
/fuchsia/zircon/kernel/kernel/
H A Dthread.cpp107 // Invoke |t|'s user_callback with |new_state|.
109 // Since user_callback may call into the scheduler it's crucial that the scheduler lock
114 if (t->user_callback) {
115 t->user_callback(new_state, t->user_thread);
685 // shouldn't call user_callback() with THREAD_USER_STATE_RESUME in
1003 t->user_callback = cb;

Completed in 80 milliseconds