kernel/eka/include/nkern/nklib.h
changeset 300 1d28c8722707
parent 177 a232af6b0b1f
equal deleted inserted replaced
293:0659d0e1a03c 300:1d28c8722707
  1022 	Tests whether there are any non-empty lists.
  1022 	Tests whether there are any non-empty lists.
  1023 		
  1023 		
  1024 	@return True, if all lists are empty
  1024 	@return True, if all lists are empty
  1025 	*/
  1025 	*/
  1026 	inline TBool IsEmpty() const
  1026 	inline TBool IsEmpty() const
  1027 		{ return !iPresent[0] && !iPresent[1]; }
  1027 		{ return !NonEmpty();  }
  1028 		
  1028 		
  1029 	/**
  1029 	/**
  1030 	Tests whether any linked list with priority greater than p is non-empty.
  1030 	Tests whether any linked list with priority greater than p is non-empty.
  1031 
  1031 
  1032 	@param p The priority value (0-63).
  1032 	@param p The priority value (0-63).