Skip to content

cthreads_thread_timedjoin block thread problem, cthreads macro problem #16

@KFKMan

Description

@KFKMan

cthreads_thread_timedjoin can block thread for unknow time in the new version because we used pthread_join (which doesn't support timeout) for other platforms. We need to find a way for it.

Currently we try to compile non cross-platform function pthread_timedjoin_np with trying to compile example code of it. It's a bad approach we need to fix it.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions