LINUX.ORG.RU

История изменений

Исправление DRVTiny, (текущая версия) :

Собственно:

On Linux, cancellation is implemented using signals. Under the NPTL threading implementation, the first real-time signal (i.e., signal 32) is used for this purpose. On LinuxThreads, the second real-time signal is used, if real-time signals are available, otherwise SIGUSR2 is used.

(http://man7.org/linux/man-pages/man3/pthread_cancel.3.html)

Внезапно, да?

Исходная версия DRVTiny, :

Собственно:

On Linux, cancellation is implemented using signals. Under the NPTL threading implementation, the first real-time signal (i.e., signal 32) is used for this purpose. On LinuxThreads, the second real-time signal is used, if real-time signals are available, otherwise SIGUSR2 is used.

Внезапно, да?