Changes between Version 1 and Version 2 of Ticket #8902, comment 7
- Timestamp:
- Mar 3, 2015, 3:35:19 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8902, comment 7
v1 v2 8 8 > - I would never ask for a specific error code when trying to bail out of an otherwise endless loop. Just imagine you don't have the privileges to use find_thread() in a future Haiku, and get \ `B_PERMISSION_DENIED` back? 9 9 10 B_NAME_NOT_FOUND is the only value returned in the bebook 10 B_NAME_NOT_FOUND is the only value returned in the bebook (see next answer) 11 11 12 12 > - Is there maybe another way than to identify the threads by name?