Created attachment 197093 [details] Fix semaphores name. ispc examples, when using bare pthread tasks, create semaphore. FreeBSD implementation requires that the semaphore name starts with '/' (POSIX leaves names without leading '/' to the implementation-defined behavior). Attached patch fixed pthreads for me and removed the need for tbb.
ping!