Changeset 6d87dce in mainline for uspace/lib/c/include/rtld/module.h

Timestamp:
2016-05-04T17:39:46Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
650cd22
Parents:
9a08e6b
Message:

Use raw fibril synchronization in fibril_setup()

With some configurations, fibril_lock/unlock() may attempt to access TLS.
We therefore need to be careful in fibril_setup(), which is called before
tcb_setup(), to use fibril_down/up() instead.

(No files)

Note: See TracChangeset for help on using the changeset viewer.