summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/ntapi.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-06-28 01:33:27 +0000
committermidipix <writeonce@midipix.org>2019-06-28 01:33:27 +0000
commit6445d5ff7e35e9ed6e54ce420931ad9676be5e7d (patch)
tree75910eb0ddb77487e5163de10e700f5b57519658 /include/ntapi/ntapi.h
parent4686dff16bcfb6071e4aa43d2cec0752c0d15bd5 (diff)
downloadntapi-6445d5ff7e35e9ed6e54ce420931ad9676be5e7d.tar.bz2
ntapi-6445d5ff7e35e9ed6e54ce420931ad9676be5e7d.tar.xz
remove nt_sync_block and related interfaces in favor of pure atomic primitives.
Diffstat (limited to 'include/ntapi/ntapi.h')
-rw-r--r--include/ntapi/ntapi.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/ntapi/ntapi.h b/include/ntapi/ntapi.h
index ab82ac7..a5e91e3 100644
--- a/include/ntapi/ntapi.h
+++ b/include/ntapi/ntapi.h
@@ -536,11 +536,6 @@ typedef struct _ntapi_vtbl {
/* nt_sync.h */
ntapi_tt_create_inheritable_event * tt_create_inheritable_event;
ntapi_tt_create_private_event * tt_create_private_event;
- ntapi_tt_sync_block_init * tt_sync_block_init;
- ntapi_tt_sync_block_discard * tt_sync_block_discard;
- ntapi_tt_sync_block_lock * tt_sync_block_lock;
- ntapi_tt_sync_block_unlock * tt_sync_block_unlock;
- ntapi_tt_sync_block_server_lock * tt_sync_block_server_lock;
ntapi_tt_wait_for_dummy_event * tt_wait_for_dummy_event;
/* nt_port.h */