File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -598,8 +598,6 @@ extern {
598
598
parent : Option < unsafe extern fn ( ) > ,
599
599
child : Option < unsafe extern fn ( ) > ) -> :: c_int ;
600
600
pub fn pthread_exit ( value : * mut :: c_void ) ;
601
- pub fn pthread_setschedprio ( native : :: pthread_t ,
602
- priority : :: c_int ) -> :: c_int ;
603
601
pub fn pthread_attr_init ( attr : * mut :: pthread_attr_t ) -> :: c_int ;
604
602
pub fn pthread_attr_destroy ( attr : * mut :: pthread_attr_t ) -> :: c_int ;
605
603
pub fn pthread_attr_setstacksize ( attr : * mut :: pthread_attr_t ,
Original file line number Diff line number Diff line change @@ -962,6 +962,8 @@ extern {
962
962
pshared : :: c_int ) -> :: c_int ;
963
963
pub fn pthread_condattr_getpshared ( attr : * const pthread_condattr_t ,
964
964
pshared : * mut :: c_int ) -> :: c_int ;
965
+ pub fn pthread_setschedprio ( native : :: pthread_t ,
966
+ priority : :: c_int ) -> :: c_int ;
965
967
pub fn pthread_getschedparam ( native : :: pthread_t ,
966
968
policy : * mut :: c_int ,
967
969
param : * mut :: sched_param ) -> :: c_int ;
You can’t perform that action at this time.
0 commit comments