Lines Matching defs:lock
9 #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
19 #define __lock_release(lock) (0) argument
20 #define __lock_release_recursive(lock) (0) argument