-
Notifications
You must be signed in to change notification settings - Fork 382
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add XNN_HAS_PTHREADS to common.h, as a way to indicate that a given p…
…latform doesn't support pthreads() at all. Note that it's initially (effectively) unused, since it's only set to 0 for Windows, which already has its own custom code path for threading; however, this flag will be used for at least one upcoming target and landing it separately from introduction of that target seems easier to review. PiperOrigin-RevId: 660518641
- Loading branch information
1 parent
92bbb10
commit 401807c
Showing
2 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters