summaryrefslogtreecommitdiffstats
path: root/newlib/libm/complex/cimag.c
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2010-10-06 20:20:01 +0000
committerCorinna Vinschen <corinna@vinschen.de>2010-10-06 20:20:01 +0000
commit3748b3e8e761d1761b65d39be425d40f644b945a (patch)
treecf77a33570ca62014b14903da9df58b8783b2b14 /newlib/libm/complex/cimag.c
parentc725984f706d8eec636c9cab24ccd8af8280781e (diff)
downloadcygnal-3748b3e8e761d1761b65d39be425d40f644b945a.tar.gz
cygnal-3748b3e8e761d1761b65d39be425d40f644b945a.tar.bz2
cygnal-3748b3e8e761d1761b65d39be425d40f644b945a.zip
* posix_ipc.cc (ipc_mutex_init): Call NtCreateMutant to make sure the
access mask is correct. (ipc_cond_init): Take additional parameter to differ between send and receive event. Call NtCreateEvent to make sure the access mask is correct. (ipc_cond_timedwait): Reset Event prior to calling WFMO. (struct mq_info): Split mqi_wait into two events, mqi_waitsend and mqi_waitrecv. (mq_open): Calloc mqinfo. Create mqi_waitsend and mqi_waitrecv events. Make sure all synchronization objects are closed in case of an error. (_mq_send): Wait for mqi_waitsend event. Signal mqi_waitrecv event. (_mq_receive): Wait for mqi_waitrecv event. Signal mqi_waitsend event. (mq_close): Close mqi_waitsend and mqi_waitrecv events.
Diffstat (limited to 'newlib/libm/complex/cimag.c')
0 files changed, 0 insertions, 0 deletions