Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Sep 2018 19:14:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 231364] devel/ispc: fix semaphore usage
Message-ID:  <bug-231364-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231364

            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@freebsd.org
          Reporter: kib@FreeBSD.org
          Assignee: yuri@freebsd.org
             Flags: maintainer-feedback?(yuri@freebsd.org)

Created attachment 197093
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D197093&action=
=3Dedit
Fix semaphores name.

ispc examples, when using bare pthread tasks, create semaphore.  FreeBSD
implementation requires that the semaphore name starts with '/' (POSIX leav=
es
names without leading '/' to the implementation-defined behavior).

Attached patch fixed pthreads for me and removed the need for tbb.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231364-7788>