Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • VLCKit VLCKit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 114
    • Issues 114
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VideoLANVideoLAN
  • VLCKitVLCKit
  • Merge requests
  • !260

[3.x] libvlc: use thread_local instead of a work-around in pthread

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Felix Paul Kühne requested to merge fkuehne/VLCKit:3.0-fix-thread-local into 3.0 Feb 02, 2023
  • Overview 4
  • Commits 1
  • Pipelines 2
  • Changes 49

The previously used workaround that was needed for iOS 8 and the 32bit Intel iOS simulator caused low level and hard to reproduce threading issues.

This MR restricts the use of the work-around to the 32bit Intel simulator and deploys thread_local everywhere else.

This raises the deployment target from iOS 8.4 to 9.0 matching the official VLC-iOS version.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 3.0-fix-thread-local

VideoLAN code repository instance