connectedhomeip icon indicating copy to clipboard operation
connectedhomeip copied to clipboard

Several `pthread_create(&sPlatformMainThread, ...` could be converted to `StartEventLoopTask`

Open markus-becker-tridonic-com opened this issue 3 years ago • 1 comments

Problem

In a few code locations pthread_create(&sPlatformMainThread, ... is still used.

Proposed Solution

pthread_create(&sPlatformMainThread, ... could be converted to StartEventLoopTask according to https://github.com/project-chip/connectedhomeip/pull/11116#discussion_r739590362 as commented by @bzbarsky-apple.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

stale[bot] avatar Sep 17 '22 00:09 stale[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

stale[bot] avatar Mar 23 '23 00:03 stale[bot]

There are no more pthread_create(&sPlatformMainThread, ... in the tree.

bzbarsky-apple avatar Mar 23 '23 15:03 bzbarsky-apple