search for: pthread_explicit_sch

Displaying 7 results from an estimated 7 matches for "pthread_explicit_sch".

Did you mean: pthread_explicit_sched
2015 Oct 09
0
Asterisk 11.20.0 Now Available
...patch]DTLS Failure when calling WebRTC-peer on Firefox 39 - add ECDH support and fallback to prime256v1 (Reported by Stefan Engstr??m) Improvements made in this release: ----------------------------------- * ASTERISK-25310 - [patch]on FreeBSD also pthread_attr_init() defaults to PTHREAD_EXPLICIT_SCHED (Reported by Guido Falsi) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-11.20.0 Thank you for your continued support of Asterisk!
2018 Jan 24
0
libasan bug: pthread_create never returns
...exit(EXIT_FAILURE); } printf("Hey from main\n"); schedule.sched_priority = 20; pthread_attr_t attr; pthread_attr_init(&attr); pthread_attr_setschedpolicy(&attr, SCHED_RR); pthread_attr_setschedparam(&attr, &schedule); pthread_attr_setinheritsched(&attr, PTHREAD_EXPLICIT_SCHED); pthread_t th; int rc; if ((rc = pthread_create(&th, &attr, dummy_worker, NULL)) != 0) { errno = rc; perror("pthread_create"); exit(EXIT_FAILURE); } pthread_join(th, NULL); pthread_attr_destroy(&attr); return 0; }
2017 Feb 06
2
Real time threads don't work in libvirt containers under CentOS 7.3
...; return 0; } int main(int argc, char *argv[]) { int rc; printf("Starting main\n"); struct sched_param tsparam; pthread_attr_t tattr; memset(&tsparam, 0, sizeof(tsparam)); pthread_attr_init(&tattr); pthread_attr_setinheritsched(&tattr, PTHREAD_EXPLICIT_SCHED); pthread_attr_setschedpolicy(&tattr, SCHED_FIFO); tsparam.sched_priority = sched_get_priority_max(SCHED_FIFO) - 7; pthread_attr_setschedparam(&tattr, &tsparam); if ((rc = pthread_create(&test_thread, &tattr, test, NULL)) != 0) { printf("Unabl...
2015 Oct 09
0
Asterisk 13.6.0 Now Available
...if no MOH (Reported by Kevin Harwell) Improvements made in this release: ----------------------------------- * ASTERISK-24870 - ARI: Subscriptions to bridges generally not super useful (Reported by Matt Jordan) * ASTERISK-25310 - [patch]on FreeBSD also pthread_attr_init() defaults to PTHREAD_EXPLICIT_SCHED (Reported by Guido Falsi) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.6.0 Thank you for your continued support of Asterisk!
2016 Jul 13
0
Certified Asterisk 13.8-cert1 Now Available
...4718 - [patch]Add inital support of "sanitize" to configure (Reported by Badalian Vyacheslav) * ASTERISK-24870 - ARI: Subscriptions to bridges generally not super useful (Reported by Matt Jordan) * ASTERISK-25310 - [patch]on FreeBSD also pthread_attr_init() defaults to PTHREAD_EXPLICIT_SCHED (Reported by Guido Falsi) * ASTERISK-25256 - [patch]Post AMI VarSet to empty string events when Asterisk deletes a dialplan variable. (Reported by Richard Mudgett) * ASTERISK-25067 - Sorcery Caching: Implement a new caching module (Reported by Matt Jordan) * ASTERISK-25040 -...
2016 Jul 27
3
Asterisk 14.0.0-beta1 Now Available
...Vyacheslav) * ASTERISK-24870 - ARI: Subscriptions to bridges generally not super useful (Reported by Matt Jordan) * ASTERISK-25405 - [patch] CLI: core show fd: add timestamp (Reported by Alexander Traud) * ASTERISK-25310 - [patch]on FreeBSD also pthread_attr_init() defaults to PTHREAD_EXPLICIT_SCHED (Reported by Guido Falsi) * ASTERISK-25256 - [patch]Post AMI VarSet to empty string events when Asterisk deletes a dialplan variable. (Reported by Richard Mudgett) * ASTERISK-25040 - pbx: Improve performance of reloads by making hint destruction more performant (Reported by Ma...
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
...ERISK-25405 <https://issues.asterisk.org/jira/browse/ASTERISK-25405>] - [patch] CLI: core show fd: add timestamp (Reported by Alexander Traud) - [ASTERISK-25310 <https://issues.asterisk.org/jira/browse/ASTERISK-25310>] - [patch]on FreeBSD also pthread_attr_init() defaults to PTHREAD_EXPLICIT_SCHED (Reported by Guido Falsi) - [ASTERISK-25256 <https://issues.asterisk.org/jira/browse/ASTERISK-25256>] - [patch]Post AMI VarSet to empty string events when Asterisk deletes a dialplan variable. (Reported by Richard Mudgett) - [ASTERISK-25040 <https://issues.asterisk.org/jir...