Files
haiku-beta6/src/kernel/core
Axel Dörfler 3fa1fa66f1 Cleaned up the source, made it compatible with our style guide (i.e. global
variables now have the 'g' prefix).
Fixed a very unlikely race condition in create_sem_etc() (can only happen if
that call isn't used properly).
Fixed some wrong return values (i.e. B_BAD_TEAM_ID wasn't returned anywhere).
Optimized _get_next_sem_info(): it now only grabs the semaphore lock
if it has good reason to do so.
Added some comments.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1308 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-30 03:43:32 +00:00
..
2002-09-30 02:25:11 +00:00
2002-09-23 02:41:52 +00:00
2002-07-19 16:07:36 +00:00
2002-09-30 03:31:42 +00:00
2002-07-19 01:27:22 +00:00
2002-07-09 12:24:59 +00:00
2002-09-23 02:41:52 +00:00
2002-09-23 02:41:52 +00:00
2002-07-09 12:24:59 +00:00
2002-09-23 02:41:52 +00:00
2002-07-19 01:23:24 +00:00
2002-09-11 12:25:47 +00:00
2002-07-11 22:21:16 +00:00
2002-09-23 03:06:24 +00:00