Home
last modified time | relevance | path

Searched refs:tid_in (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/lib/libpthread/uthread/
Duthread_kern.c1051 pthread_t tid_in = thread_in; in _thread_run_switch_hook() local
1056 if ((tid_in != NULL) && in _thread_run_switch_hook()
1057 (tid_in->flags & PTHREAD_FLAGS_PRIVATE) != 0) in _thread_run_switch_hook()
1058 tid_in = NULL; in _thread_run_switch_hook()
1060 if ((_sched_switch_hook != NULL) && (tid_out != tid_in)) { in _thread_run_switch_hook()
1062 _sched_switch_hook(tid_out, tid_in); in _thread_run_switch_hook()