[Bug 231364] devel/ispc: fix semaphore usage

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Sep 14 19:14:04 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231364

            Bug ID: 231364
           Summary: devel/ispc: fix semaphore usage
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: yuri at freebsd.org
          Reporter: kib at FreeBSD.org
          Assignee: yuri at freebsd.org
             Flags: maintainer-feedback?(yuri at freebsd.org)

Created attachment 197093
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=197093&action=edit
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list