Home
last modified time | relevance | path

Searched defs:lock (Results 1 – 15 of 15) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dlock.h9 #define __LOCK_INIT(class,lock) static int lock = 0; argument
10 #define __LOCK_INIT_RECURSIVE(class,lock) static int lock = 0; argument
11 #define __lock_init(lock) (0) argument
12 #define __lock_init_recursive(lock) (0) argument
13 #define __lock_close(lock) (0) argument
14 #define __lock_close_recursive(lock) (0) argument
15 #define __lock_acquire(lock) (0) argument
16 #define __lock_acquire_recursive(lock) (0) argument
17 #define __lock_try_acquire(lock) (0) argument
18 #define __lock_try_acquire_recursive(lock) (0) argument
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvOSAPI.h110 #define osapi_spin_lock_init(lock) argument
111 #define osapi_spin_lock(lock) argument
112 #define osapi_spin_unlock(lock) argument
113 #define osapi_spin_lock_irqsave(lock,flag) {flag = MsOS_DisableAllInterrupts();} argument
114 #define osapi_spin_unlock_irqrestore(lock,flag) MsOS_RestoreAllInterrupts(flag) argument
115 #define osapi_spin_lock_irq(lock) MsOS_DisableAllInterrupts() argument
116 #define osapi_spin_unlock_irq(lock) MsOS_EnableAllInterrupts() argument
H A DdrvPCIMEM.h107 spinlock_t lock; member
H A DdrvTimer.h96 spinlock_t lock; member
H A DdrvUSBHost.h279 spinlock_t lock; member
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvOSAPI.h110 #define spin_lock_init(lock) argument
111 #define spin_lock(lock) argument
112 #define spin_unlock(lock) argument
113 #define spin_lock_irqsave(lock,flag) save_and_disable_firqs(&flag) argument
114 #define spin_unlock_irqrestore(lock,flag) restore_firqs(&flag) argument
115 #define spin_lock_irq(lock) argument
116 #define spin_unlock_irq(lock) argument
H A DdrvPCIMEM.h114 spinlock_t lock; member
H A DdrvTimer.h93 spinlock_t lock; member
H A DdrvUSB.h451 spinlock_t lock; member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dlibc-lock.h47 typedef struct { int lock; int cnt; void *owner; } __libc_lock_recursive_t; member
338 # define __rtld_lock_default_lock_recursive(lock) \ argument
341 # define __rtld_lock_default_unlock_recursive(lock) \ argument
H A Dstdio-lock.h30 typedef struct { int lock; int cnt; void *owner; } _IO_lock_t; member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Ddlm_device.h68 struct dlm_lock_params lock; member
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHUB.h186 spinlock_t lock; member
H A DdrvEHCI.h179 spinlock_t lock; member
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.h166 spinlock_t lock; member