File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1377,8 +1377,10 @@ pthread_cancel
1377
1377
pthread_condattr_getclock
1378
1378
pthread_condattr_setclock
1379
1379
pthread_getattr_np
1380
+ pthread_getname_np
1380
1381
pthread_kill
1381
1382
pthread_mutex_timedlock
1383
+ pthread_setname_np
1382
1384
ptsname_r
1383
1385
pwritev
1384
1386
quotactl
Original file line number Diff line number Diff line change @@ -3826,6 +3826,8 @@ extern "C" {
3826
3826
pub fn pthread_rwlock_unlock ( lock : * mut pthread_rwlock_t ) -> :: c_int ;
3827
3827
pub fn pthread_rwlockattr_init ( attr : * mut pthread_rwlockattr_t ) -> :: c_int ;
3828
3828
pub fn pthread_rwlockattr_destroy ( attr : * mut pthread_rwlockattr_t ) -> :: c_int ;
3829
+ pub fn pthread_getname_np ( thread : :: pthread_t , name : * mut :: c_char , len : :: size_t ) -> :: c_int ;
3830
+ pub fn pthread_setname_np ( thread : :: pthread_t , name : * const :: c_char ) -> :: c_int ;
3829
3831
pub fn strerror_r ( errnum : :: c_int , buf : * mut c_char , buflen : :: size_t ) -> :: c_int ;
3830
3832
3831
3833
pub fn getsockopt (
You can’t perform that action at this time.
0 commit comments