diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2012-02-08 19:58:37 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2012-02-08 19:58:37 +0000 |
commit | 461c56569f6feec66d6a9978728393a3c3ad5a9d (patch) | |
tree | 496546de2c73435a02462643fbc03c64fa549641 /newlib/libc/stdlib/wcstoll.c | |
parent | 30c66cea49843469a9084d04ad0dea631baa27f3 (diff) | |
download | cygnal-461c56569f6feec66d6a9978728393a3c3ad5a9d.tar.gz cygnal-461c56569f6feec66d6a9978728393a3c3ad5a9d.tar.bz2 cygnal-461c56569f6feec66d6a9978728393a3c3ad5a9d.zip |
* thread.cc (__pthread_cond_wait_init): New static function replacing
__pthread_cond_dowait. Only check and potentially initialize cond and
mutex, drop call to (*cond)->wait.
(pthread_cond_timedwait): Replace call to __pthread_cond_dowait with
separate calls to __pthread_cond_wait_init and (*cond)->wait to be
able to initialize cond before accessing its clock_id member.
(pthread_cond_wait): Ditto (more or less).
Diffstat (limited to 'newlib/libc/stdlib/wcstoll.c')
0 files changed, 0 insertions, 0 deletions