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

/freebsd-10.2-release/lib/libkse/thread/
H A Dthr_cancel.c58 struct pthread *joinee = NULL; local
111 /* Disconnect the thread from the joinee: */
112 joinee = pthread->join_status.thread;
116 if ((joinee != NULL) &&
117 (pthread->kseg == joinee->kseg)) {
118 /* Remove the joiner from the joinee. */
119 joinee->joiner = NULL;
120 joinee = NULL;
167 if ((joinee != NULL) &&
168 (_thr_ref_add(curthread, joinee, /* includ
[all...]

Completed in 42 milliseconds