Searched refs:__TA_EXCLUDES (Results 1 - 23 of 23) sorted by relevance

/fuchsia/zircon/system/ulib/fs/include/fs/
H A Dlocking.h20 #define FS_TA_EXCLUDES(...) __TA_EXCLUDES(__VA_ARGS__)
/fuchsia/zircon/system/ulib/dispatcher-pool/include/dispatcher-pool/
H A Ddispatcher-channel.h119 __TA_EXCLUDES(obj_lock_);
127 __TA_EXCLUDES(obj_lock_);
129 void Deactivate() __TA_EXCLUDES(obj_lock_) override;
135 __TA_EXCLUDES(obj_lock_);
140 __TA_EXCLUDES(obj_lock_);
143 void Dispatch(ExecutionDomain* domain) __TA_EXCLUDES(obj_lock_) override;
H A Ddispatcher-wakeup-event.h51 virtual void Deactivate() __TA_EXCLUDES(obj_lock_) override;
55 void Dispatch(ExecutionDomain* domain) __TA_EXCLUDES(obj_lock_) override;
H A Ddispatcher-execution-domain.h101 void Deactivate() __TA_EXCLUDES(domain_token_) { Deactivate(true); } function in class:dispatcher::ExecutionDomain
132 fbl::RefPtr<ThreadPool> GetThreadPool() __TA_EXCLUDES(sources_lock_);
134 __TA_EXCLUDES(sources_lock_);
136 __TA_EXCLUDES(sources_lock_);
143 __TA_REQUIRES(source->obj_lock_) __TA_EXCLUDES(sources_lock_);
149 __TA_REQUIRES(source->obj_lock_) __TA_EXCLUDES(sources_lock_);
H A Ddispatcher-event-source.h49 virtual void Deactivate() __TA_EXCLUDES(obj_lock_) = 0;
52 __TA_EXCLUDES(obj_lock_);
99 bool BeginDispatching() __TA_EXCLUDES(obj_lock_);
101 virtual void Dispatch(ExecutionDomain* domain) __TA_EXCLUDES(obj_lock_) = 0;
H A Ddispatcher-timer.h61 virtual void Deactivate() __TA_EXCLUDES(obj_lock_) override;
66 void Dispatch(ExecutionDomain* domain) __TA_EXCLUDES(obj_lock_) override;
H A Ddispatcher-interrupt.h47 virtual void Deactivate() __TA_EXCLUDES(obj_lock_) override;
50 void Dispatch(ExecutionDomain* domain) __TA_EXCLUDES(obj_lock_) override;
/fuchsia/zircon/system/ulib/region-alloc/include/region-alloc/
H A Dregion-alloc.h361 zx_status_t SetRegionPool(const RegionPool::RefPtr& region_pool) __TA_EXCLUDES(alloc_lock_);
362 zx_status_t SetRegionPool(RegionPool::RefPtr&& region_pool) __TA_EXCLUDES(alloc_lock_) { function in class:RegionAllocator
369 void Reset() __TA_EXCLUDES(alloc_lock_);
390 __TA_EXCLUDES(alloc_lock_);
415 __TA_EXCLUDES(alloc_lock_);
429 __TA_EXCLUDES(alloc_lock_);
442 __TA_EXCLUDES(alloc_lock_);;
446 zx_status_t GetRegion(uint64_t size, Region::UPtr& out_region) __TA_EXCLUDES(alloc_lock_) { function in class:RegionAllocator
453 Region::UPtr GetRegion(uint64_t size, uint64_t alignment) __TA_EXCLUDES(alloc_lock_) { function in class:RegionAllocator
459 Region::UPtr GetRegion(uint64_t size) __TA_EXCLUDES(alloc_lock function in class:RegionAllocator
465 Region::UPtr GetRegion(const ralloc_region_t& requested_region) __TA_EXCLUDES(alloc_lock_) { function in class:RegionAllocator
471 size_t AllocatedRegionCount() const __TA_EXCLUDES(alloc_lock_) { function in class:RegionAllocator
476 size_t AvailableRegionCount() const __TA_EXCLUDES(alloc_lock_) { function in class:RegionAllocator
491 __TA_EXCLUDES(alloc_lock_) { function in class:RegionAllocator
[all...]
/fuchsia/zircon/system/dev/block/zxcrypt/
H A Ddevice.h58 zx_status_t Init() __TA_EXCLUDES(mtx_);
69 void BlockQueue(block_op_t* block) __TA_EXCLUDES(mtx_);
74 void BlockForward(block_op_t* block, zx_status_t status) __TA_EXCLUDES(mtx_);
77 void BlockComplete(block_op_t* block, zx_status_t status) __TA_EXCLUDES(mtx_);
88 void EnqueueWrite(block_op_t* block = nullptr) __TA_EXCLUDES(mtx_);
91 void SendToWorker(block_op_t* block) __TA_EXCLUDES(mtx_);
/fuchsia/zircon/system/dev/input/focaltech/
H A Dft3x27.h69 void DdkUnbind() __TA_EXCLUDES(proxy_lock_);
82 zx_status_t HidBusStart(ddk::HidBusIfcProxy proxy) __TA_EXCLUDES(proxy_lock_);
83 zx_status_t HidBusQuery(uint32_t options, hid_info_t* info) __TA_EXCLUDES(proxy_lock_);
99 zx_status_t ShutDown() __TA_EXCLUDES(proxy_lock_);
/fuchsia/zircon/system/dev/input/goodix/
H A Dgt92xx.h53 void DdkUnbind() __TA_EXCLUDES(proxy_lock_);
66 zx_status_t HidBusStart(ddk::HidBusIfcProxy proxy) __TA_EXCLUDES(proxy_lock_);
67 zx_status_t HidBusQuery(uint32_t options, hid_info_t* info) __TA_EXCLUDES(proxy_lock_);
81 zx_status_t ShutDown() __TA_EXCLUDES(proxy_lock_);
/fuchsia/zircon/system/ulib/intel-hda/include/intel-hda/codec-utils/
H A Dstream-base.h34 __TA_EXCLUDES(obj_lock_);
36 void Deactivate() __TA_EXCLUDES(obj_lock_, default_domain_->token());
38 zx_status_t ProcessResponse(const CodecResponse& resp) __TA_EXCLUDES(obj_lock_);
40 __TA_EXCLUDES(obj_lock_);
43 __TA_EXCLUDES(obj_lock_);
61 __TA_EXCLUDES(obj_lock_);
127 __TA_EXCLUDES(obj_lock_) { function in class:audio::intel_hda::codecs::IntelHDAStreamBase
179 size_t* out_actual) __TA_EXCLUDES(obj_lock_);
H A Dcodec-driver-base.h68 __TA_EXCLUDES(active_streams_lock_);
70 __TA_EXCLUDES(active_streams_lock_);
72 __TA_EXCLUDES(active_streams_lock_);
/fuchsia/zircon/system/dev/ethernet/dwmac/
H A Ddwmac.h95 void EthmacStop() __TA_EXCLUDES(lock_);
96 zx_status_t EthmacStart(fbl::unique_ptr<ddk::EthmacIfcProxy> proxy) __TA_EXCLUDES(lock_);
97 zx_status_t EthmacQueueTx(uint32_t options, ethmac_netbuf_t* netbuf) __TA_EXCLUDES(lock_);
107 zx_status_t ShutDown() __TA_EXCLUDES(lock_);
112 void ProcRxBuffer(uint32_t int_status) __TA_EXCLUDES(lock_);
115 int Thread() __TA_EXCLUDES(lock_);
/fuchsia/zircon/kernel/tests/
H A Dlock_dep_tests.cpp195 void TestExclude() __TA_EXCLUDES(lock) {} function in struct:test::Foo
202 void TestExclude() __TA_EXCLUDES(lock) {} function in struct:test::Bar
210 void TestExclude() __TA_EXCLUDES(lock) {} function in struct:test::Baz
218 void TestExcludeLockA() __TA_EXCLUDES(lock_a) {} function in struct:test::MultipleLocks
220 void TestExcludeLockB() __TA_EXCLUDES(lock_b) {} function in struct:test::MultipleLocks
228 void TestExclude() __TA_EXCLUDES(lock) {} function in struct:test::Number
/fuchsia/zircon/system/dev/audio/intel-hda/dsp/
H A Dintel-dsp-stream.h27 __TA_EXCLUDES(obj_lock()) override;
/fuchsia/zircon/system/utest/zxcrypt/
H A Dtest-device.h136 bool SleepUntil(uint64_t num, bool deferred) __TA_EXCLUDES(lock_);
139 bool WakeUp() __TA_EXCLUDES(lock_);
/fuchsia/zircon/system/dev/display/display/
H A Dcontroller.h115 void PopulateDisplayTimings(const fbl::RefPtr<DisplayInfo>& info) __TA_EXCLUDES(mtx_);
/fuchsia/zircon/system/public/zircon/
H A Dcompiler.h85 #define __TA_EXCLUDES(...) __THREAD_ANNOTATION(__locks_excluded__(__VA_ARGS__)) macro
/fuchsia/zircon/system/ulib/blobfs/include/blobfs/
H A Dwriteback.h153 void Enqueue(fbl::unique_ptr<WritebackWork> work) __TA_EXCLUDES(writeback_lock_);
H A Dblobfs.h463 zx_status_t InitializeVnodes() __TA_EXCLUDES(hash_lock_);
470 void VnodeReleaseHard(VnodeBlob* vn) __TA_EXCLUDES(hash_lock_);
477 void VnodeReleaseSoft(VnodeBlob* vn) __TA_EXCLUDES(hash_lock_);
/fuchsia/zircon/system/ulib/minfs/include/minfs/
H A Dwriteback.h143 void Enqueue(fbl::unique_ptr<WritebackWork> work) __TA_EXCLUDES(writeback_lock_);
/fuchsia/zircon/system/dev/audio/lib/simple-audio-stream/include/lib/simple-audio-stream/
H A Dsimple-audio-stream.h79 void Shutdown() __TA_EXCLUDES(domain_->token());

Completed in 172 milliseconds