- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I am trying to write a Linux device dirver. I want to know whether or not TBB libraries can be used in kernel-space other than user-space?
Thanks,
Paul
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
TBB was designed for the user space, and was never tested in the kernel space. Internally it uses pthreads, which as far as I know cannot be used in kernel space. Therefore - no, TBB cannot be used for Linux driver development.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page