Searched refs:__TA_REQUIRES (Results 26 - 35 of 35) sorted by relevance

12

/fuchsia/zircon/system/ulib/region-alloc/include/region-alloc/
H A Dregion-alloc.h502 __TA_REQUIRES(alloc_lock_);
505 __TA_REQUIRES(alloc_lock_);
510 uint64_t size) __TA_REQUIRES(alloc_lock_);
513 const ralloc_region_t& region) __TA_REQUIRES(alloc_lock_);
/fuchsia/zircon/system/dev/usb/xhci/
H A Dxdc-transfer.c21 uint64_t* out_dequeue) __TA_REQUIRES(xdc->lock) {
39 usb_request_t* req) __TA_REQUIRES(xdc->lock) {
65 void xdc_process_transactions_locked(xdc_t* xdc, xdc_endpoint_t* ep) __TA_REQUIRES(xdc->lock) {
H A Dxdc.c305 __TA_REQUIRES(xdc->instance_list_lock) {
381 static void xdc_queue_read_locked(xdc_t* xdc, usb_request_t* req) __TA_REQUIRES(xdc->read_lock) {
390 __TA_REQUIRES(inst->lock) {
679 __TA_REQUIRES(xdc->write_lock) {
1024 __TA_REQUIRES(xdc->lock) {
1049 xdc_endpoint_t* ep) __TA_REQUIRES(xdc->lock) {
/fuchsia/zircon/kernel/tests/
H A Dlock_dep_tests.cpp194 void TestRequire() __TA_REQUIRES(lock) {} function in struct:test::Foo
201 void TestRequire() __TA_REQUIRES(lock) {} function in struct:test::Bar
209 void TestRequire() __TA_REQUIRES(lock) {} function in struct:test::Baz
217 void TestRequireLockA() __TA_REQUIRES(lock_a) {} function in struct:test::MultipleLocks
219 void TestRequireLockB() __TA_REQUIRES(lock_b) {} function in struct:test::MultipleLocks
227 void TestRequire() __TA_REQUIRES(lock) {} function in struct:test::Number
/fuchsia/zircon/system/dev/ethernet/dwmac/
H A Ddwmac.h105 zx_status_t DeInitDevice() __TA_REQUIRES(lock_);
109 void UpdateLinkStatus() __TA_REQUIRES(lock_);
/fuchsia/zircon/system/ulib/inet6/
H A Dnetifc.c123 static void eth_put_buffer_locked(eth_buffer_t* buf, uint32_t state) __TA_REQUIRES(eth_lock) { function
136 static void tx_complete(void* ctx, void* cookie) __TA_REQUIRES(eth_lock) { function
141 uint32_t newstate, bool block) __TA_REQUIRES(eth_lock) { function
/fuchsia/zircon/system/ulib/trace-engine/
H A Dengine.cpp142 inline void update_disposition_locked(zx_status_t disposition) __TA_REQUIRES(g_engine_mutex) { function in namespace:__anon1228
147 void notify_observers_locked() __TA_REQUIRES(g_engine_mutex) { function in namespace:__anon1228
154 void notify_engine_all_observers_started_if_needed_locked() __TA_REQUIRES(g_engine_mutex) { function in namespace:__anon1228
/fuchsia/zircon/system/dev/display/display/
H A Dcontroller.h114 void HandleClientOwnershipChanges() __TA_REQUIRES(mtx_);
/fuchsia/zircon/system/public/zircon/
H A Dcompiler.h84 #define __TA_REQUIRES(...) __THREAD_ANNOTATION(__requires_capability__(__VA_ARGS__)) macro
/fuchsia/zircon/system/ulib/blobfs/include/blobfs/
H A Dblobfs.h495 zx_status_t VnodeInsertClosedLocked(fbl::RefPtr<VnodeBlob> vn) __TA_REQUIRES(hash_lock_);
502 fbl::RefPtr<VnodeBlob> VnodeUpgradeLocked(const uint8_t* key) __TA_REQUIRES(hash_lock_);

Completed in 47 milliseconds

12