On 01/12/13 12:50, Martin Storsjö wrote: > On Sun, 1 Dec 2013, Luca Barbato wrote: > >> And use it to check for pthreads support. >> >> Unbreak f058f384a0d76bfd125f4738dceab7c890186432 for *BSD since their >> compilers have a false positive with pthread_join. > > Could you give a brief explanation of why *BSD have false positives > about this test in the commit message, and likewise for the original > issue in f058f384a0d76bfd125f4738dceab7c890186432? >
I'm not sure why BSD does, in the case of asan + as-needed, probably asan creates threads but does not join them so made sort of sense having pthread_create but not pthread_join. Since pthread_join pretty much assumes pthread_create I'm quite lost on how you would end up in that situation on *BSD till I don't access one. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
