summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/linux/linuxthreads
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2008-05-15 16:34:01 +0000
committerCorinna Vinschen <corinna@vinschen.de>2008-05-15 16:34:01 +0000
commit4c153b24d98b49d34a17a0ba91dd959e7b9d6dc7 (patch)
tree07178ce3c1abad0f7c1f8d8b8ee5c21d35f2c4bd /newlib/libc/sys/linux/linuxthreads
parent43334bd027aed0c02a9f6fb71f995cdcd4cfc733 (diff)
downloadcygnal-4c153b24d98b49d34a17a0ba91dd959e7b9d6dc7.tar.gz
cygnal-4c153b24d98b49d34a17a0ba91dd959e7b9d6dc7.tar.bz2
cygnal-4c153b24d98b49d34a17a0ba91dd959e7b9d6dc7.zip
* autoload.cc (LoadDLLfuncNt): Re-invent.
(NtCreateTransaction): Define. (NtCommitTransaction): Define. (NtRollbackTransaction): Define. (RtlGetCurrentTransaction): Define. (RtlSetCurrentTransaction): Define. * ntdll.h (TRANSACTION_ALL_ACCESS): Define. (NtCreateTransaction): Declare. (NtCommitTransaction): Declare. (NtRollbackTransaction): Declare. (RtlGetCurrentTransaction): Declare. (RtlSetCurrentTransaction): Declare. * syscalls.cc (start_transaction): New static function to start TxF transaction. (stop_transaction): New static function to end TxF transaction. (rename): Call start_transaction and stop_transaction where appropriate on systems supporting transactions. * wincap.h (wincaps::has_transactions): New element. * wincap.cc: Implement above element throughout.
Diffstat (limited to 'newlib/libc/sys/linux/linuxthreads')
0 files changed, 0 insertions, 0 deletions