Changes between Version 54 and Version 55 of kernel_syscalls


Ignore:
Timestamp:
Dec 9, 2016, 7:22:33 PM (7 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_syscalls

    v54 v55  
    3535
    3636=== 3) int '''_sys_pthread_kill'''( pthread_t trdid , int signal ) ===
    37 This function send a SIGKILL signal to the thread identified by the <trdid> argument.
    38 If the <signal> argument is non-zero, the target thread is desactivated at the next scheduling point.
     37This function send signal to the thread identified by the <trdid> argument.
     38If the <signal> argument value is non-zero, the target thread is desactivated at the next scheduling point.
    3939 * '''trdid''' : target thead identifier.
    4040 * '''signal''' : target killed if non-zero.