CVS commit: src/lib/libc/thread-stub

2021-02-05 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sat Feb 6 00:08:58 UTC 2021 Modified Files: src/lib/libc/thread-stub: thread-stub.c Log Message: change libc sched_yield() stub to actually still call the syscall instead of doing nothing when app is not linked with pthread;

CVS commit: src/lib/libc/thread-stub

2020-01-14 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jan 14 18:18:59 UTC 2020 Modified Files: src/lib/libc/thread-stub: thread-stub.c Log Message: Adjust the error return value of pthread_sigmask for !libpthread usage Instead of returning -1, return errno on error. Catch up

CVS commit: src/lib/libc/thread-stub

2016-10-31 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Oct 31 18:10:11 UTC 2016 Modified Files: src/lib/libc/thread-stub: thread-stub.c Log Message: Add CHECK_NOT_THREADED() in __libc_mutexattr_settype_stub() This makes this function consistent with __libc_mutex_catchall_stub()

CVS commit: src/lib/libc/thread-stub

2013-05-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 28 17:29:41 UTC 2013 Modified Files: src/lib/libc/thread-stub: thread-stub.c Log Message: mark __libc_thr_exit_stub dead here too To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/lib/libc/thread-stub

2013-04-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Apr 27 20:36:47 UTC 2013 Modified Files: src/lib/libc/thread-stub: thread-stub.c Log Message: Provide stubs for pthread_detach/pthread_join. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/lib/libc/thread-stub

2013-04-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Apr 12 18:14:23 UTC 2013 Modified Files: src/lib/libc/thread-stub: thread-stub.c Log Message: Weak alias directly to the catchall stub and don't strong alias twice. To generate a diff of this commit: cvs rdiff -u -r1.24

CVS commit: src/lib/libc/thread-stub

2013-04-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 5 20:15:42 UTC 2013 Modified Files: src/lib/libc/thread-stub: Makefile.inc thread-stub.c Added Files: src/lib/libc/thread-stub: thread-stub-init.c Log Message: split init and errno to a separate file. No point