Changeset 9bde0d5 in mainline for uspace/lib/c/generic/thread.c


Ignore:
Timestamp:
2018-07-18T19:56:43Z (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:
42f5860
Parents:
40abf56
git-author:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-18 19:47:28)
git-committer:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-18 19:56:43)
Message:

Replace a bunch of direct uses of futex_t.

File:
1 edited

Legend:

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

    r40abf56 r9bde0d5  
    116116        }
    117117
    118         /* Make heap thread safe. */
    119         malloc_enable_multithreaded();
    120 
    121118        fibril->arg = arg;
    122119        uarg->uspace_entry = (void *) FADDR(__thread_entry);
Note: See TracChangeset for help on using the changeset viewer.