Home | History | Annotate | Download | only in helgrind

Lines Matching full:pthread_join

191 /*--- pthread_create, pthread_join, pthread_exit               ---*/
306 // glibc: pthread_join
307 // darwin: pthread_join
308 // darwin: pthread_join$NOCANCEL$UNIX2003
309 // darwin pthread_join$UNIX2003
317 fprintf(stderr, "<< pthread_join wrapper"); fflush(stderr);
324 before pthread_join (the original) returns. See email below.*/
328 DO_PthAPIerror( "pthread_join", ret );
337 PTH_FUNC(int, pthreadZujoin, // pthread_join
342 PTH_FUNC(int, pthreadZujoinZa, // pthread_join*
351 /* Behaviour of pthread_join on NPTL:
354 I have a question re the NPTL pthread_join implementation.
358 If I call pthread_join(quitter), is it guaranteed that the
359 thread 'quitter' has really exited before pthread_join returns?
362 instructions after pthread_join returns?
375 (call at nptl/pthread_join.c:89)
381 Hence pthread_join cannot return until 'quitter' really has
2006 done. There is no use of pthread_join, and the provided