Bug 231364

Summary: devel/ispc: fix semaphore usage
Product: Ports & Packages Reporter: Konstantin Belousov <kib>
Component: Individual Port(s)Assignee: Yuri Victorovich <yuri>
Status: Open ---    
Severity: Affects Only Me CC: diizzy, w.schwarzenfeld
Priority: --- Flags: bugzilla: maintainer-feedback? (yuri)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Fix semaphores name. none

Description Konstantin Belousov freebsd_committer freebsd_triage 2018-09-14 19:14:01 UTC
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.
Comment 1 Walter Schwarzenfeld freebsd_triage 2019-08-11 19:18:59 UTC
ping!
Comment 2 Daniel Engberg freebsd_committer freebsd_triage 2021-09-15 23:06:59 UTC
Still an issue?
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2021-11-02 20:48:26 UTC
Closing this due to submitter timeout
Comment 4 Yuri Victorovich freebsd_committer freebsd_triage 2021-11-02 21:41:46 UTC
This was more like a maintainer's timeout.
I'll look into this when I get a chance.
Comment 5 Daniel Engberg freebsd_committer freebsd_triage 2022-02-12 08:28:56 UTC
Any progress?