Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/libkse/test/
Dmutex_d.c185 kern_switch (pthread_t pthread_out, pthread_t pthread_in) in kern_switch() argument
187 if (pthread_out != NULL) in kern_switch()
188 printf ("Swapping out thread 0x%lx, ", (long) pthread_out); in kern_switch()