Skip to content

One process can't auto-spawn two threads using the same thread entry point function #165

Description

@ventZl

If one process uses OS_THREAD_CREATE to spawn two threads using the same thread entry function, the build will fail with redefinition of symbol. This is due to the fact that variable which holds thread information has its name based just on process and thread entrypoint function name.

Adding counter into symbol creation process shall fix this problem.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions