Changeset 38d8849 in mainline for uspace/lib/c/generic/thread.c


Ignore:
Timestamp:
2018-07-16T15:58:51Z (6 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
db51219f
Parents:
c124c985
git-author:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-14 16:53:46)
git-committer:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-16 15:58:51)
Message:

Privatize <thread.h>.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/thread.c

    rc124c985 r38d8849  
    3333 */
    3434
    35 #include <thread.h>
    3635#include <libc.h>
    3736#include <stdbool.h>
     
    159158}
    160159
    161 /** Join thread.
    162  *
    163  * Currently not implemented.
    164  *
    165  * @param thread TID.
    166  *
    167  * @return Thread exit status.
    168  */
    169 errno_t thread_join(thread_id_t thread)
    170 {
    171         return 0;
    172 }
    173 
    174160/** Get current thread ID.
    175161 *
Note: See TracChangeset for help on using the changeset viewer.