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

/macosx-10.10/libpthread-105.1.4/src/
H A Dpthread_cancelable.c202 thread->joiner = (struct _pthread *)NULL;
245 (thread->joiner == NULL)) {
247 if (thread != self && (self == NULL || self->joiner != thread)) {
253 thread->joiner = self;
H A Dmk_pthread_impl.c77 printf("#define __PTHREAD_joiner_OFFSET__ %zd\n", offsetof(struct _pthread, joiner));
H A Dinternal.h163 struct _pthread *joiner; member in struct:_pthread
H A Dpthread.c969 // are valid. If it's a detached thread, then no joiner will
1644 p->joiner = MACH_PORT_NULL;
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Dutil.pm220 sub joiner subroutine
H A Drecno.t739 ok 203, my ($length, $joined) = joiner($db, "|") ;
744 ok 207, ($length, $joined) = joiner($db, "|") ;
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dtexinfmt.el3007 (joiner (symbol-name (car (read-from-string args))))
3010 (if (assoc joiner texinfo-short-index-cmds-alist)
3012 (cdr (assoc joiner texinfo-short-index-cmds-alist))
3017 (intern (concat joiner "index"))

Completed in 196 milliseconds