/[hurd]/hurd-l4/libhurd-cap-server/cap-server-intern.h
ViewVC logotype

Diff of /hurd-l4/libhurd-cap-server/cap-server-intern.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by marcus, Thu Apr 8 00:40:38 2004 UTC revision 1.4 by marcus, Thu Oct 7 17:08:58 2004 UTC
# Line 417  static inline void Line 417  static inline void
417  __attribute__((always_inline))  __attribute__((always_inline))
418  _hurd_cap_bucket_cond_check (hurd_cap_bucket_t bucket)  _hurd_cap_bucket_cond_check (hurd_cap_bucket_t bucket)
419  {  {
420    if (bucket->state == _HURD_CAP_STATE_YELLOW && !_hurd_cap_bucket_cond_busy)    if (bucket->state == _HURD_CAP_STATE_YELLOW
421          && !_hurd_cap_bucket_cond_busy (bucket))
422      {      {
423        bucket->state == _HURD_CAP_STATE_RED;        bucket->state == _HURD_CAP_STATE_RED;
424        pthread_cond_broadcast (&bucket->cond);        pthread_cond_broadcast (&bucket->cond);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26