Bug 231364 - devel/ispc: fix semaphore usage
Summary: devel/ispc: fix semaphore usage
Status: Open
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-14 19:14 UTC by Konstantin Belousov
Modified: 2022-02-12 08:28 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (yuri)


Attachments
Fix semaphores name. (1.01 KB, patch)
2018-09-14 19:14 UTC, Konstantin Belousov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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?