Home | History | Annotate | Download | only in pthread_attr_setschedpolicy
      1 
      2 #!/bin/sh
      3 # Copyright (c) 2004, Intel Corporation. All rights reserved.
      4 # Created by:  crystal.xiong REMOVE-THIS AT intel DOT com
      5 # This file is licensed under the GPL license.  For the full content
      6 # of this license, see the COPYING file at the top level of this
      7 # source tree.
      8 
      9 
     10 # Test pthread_attr_setschedpolicy returns 0 on success.
     11 
     12 # This is tested implicitly via assertion 1.
     13 
     14 echo "Tested implicitly via assertion 1.  See output for status"
     15 exit 0
     16