Changeset 440 for trunk/kernel/libk


Ignore:
Timestamp:
May 3, 2018, 5:51:22 PM (6 years ago)
Author:
alain
Message:

1/ Fix a bug in the Multithreaded "sort" applicationr:
The pthread_create() arguments must be declared as global variables.
2/ The exit syscall can be called by any thread of a process..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/libk/list.h

    r437 r440  
    7979 * This macro returns the first element of a rooted double linked list.
    8080 ***************************************************************************
    81  * @ root_ptr : pointer on the list root
     81 * @ root    : pointer on the list root
    8282 * @ type     : type of the linked elements
    8383 * @ member   : name of the list_entry_t field
     
    9090 * This macro returns the last element of a rooted double linked list.
    9191 ***************************************************************************
    92  * @ root_ptr : pointer on the list root
     92 * @ root    : pointer on the list root
    9393 * @ type     : type of the linked elements
    9494 * @ member   : name of the list_entry_t field
Note: See TracChangeset for help on using the changeset viewer.