Changeset 606ed52 in rtems for cpukit/libblock/src/bdbuf.c

Timestamp:
05/23/14 15:09:22 (10 years ago)
Author:
Ralf Kirchner <ralf.kirchner@…>
Branches:
4.11, 5, master
Children:
7c90670
Parents:
25f5730f
git-author:
Ralf Kirchner <ralf.kirchner@…> (05/23/14 15:09:22)
git-committer:
Sebastian Huber <sebastian.huber@…> (06/02/14 11:48:41)
Message:

libblock: Use pthread_once() for initialization

Enabling and disabling preemption as done for single core will not work
for SMP. In the bdbuf initialization preemption handling can be avoided
in general by using pthread_once().

(No files)

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