libthread_xu: Remove unnecessary calls to _thr_check_init()
authorMarkus Pfeiffer <markus.pfeiffer@morphism.de>
Tue, 19 Mar 2013 18:57:36 +0000 (18:57 +0000)
committerMarkus Pfeiffer <markus.pfeiffer@morphism.de>
Thu, 21 Mar 2013 23:44:10 +0000 (23:44 +0000)
commit7e34b7e06dd14c2478b8cd5d2987858f857f9908
tree7dc2542e88f2749da80b149b93e67e4523744a1c
parenta809fd3908a7e5b67c1132990fcecf9eb355dc54
libthread_xu: Remove unnecessary calls to _thr_check_init()

With the previous commit it becomes unnecessary to check whether
libpthread has been initialised. This gets rid of some checks in
hot codepaths.
lib/libthread_xu/thread/thr_attr.c
lib/libthread_xu/thread/thr_fork.c
lib/libthread_xu/thread/thr_mutex.c
lib/libthread_xu/thread/thr_self.c