Searched refs:G_LOCK_PENDING (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/include/
H A Dg_lock.h35 #define G_LOCK_PENDING (2) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/include/
H A Dg_lock.h35 #define G_LOCK_PENDING (2) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/include/
H A Dg_lock.h35 #define G_LOCK_PENDING (2) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Dg_lock.c34 * structures. Waiters have the lock_type with G_LOCK_PENDING or'ed.
68 if ((rec_lock & G_LOCK_PENDING) != 0) {
108 (locks[i].lock_type & G_LOCK_PENDING) ?
111 if (((locks[i].lock_type & G_LOCK_PENDING) == 0)
219 if ((locks[i].lock_type & G_LOCK_PENDING) == 0) {
245 lock_type |= G_LOCK_PENDING;
268 if (NT_STATUS_IS_OK(status) && ((lock_type & G_LOCK_PENDING) == 0)) {
287 if (NT_STATUS_IS_OK(status) && (lock_type & G_LOCK_PENDING) != 0) {
539 if ((lock_type & G_LOCK_PENDING) == 0) {
551 if ((locks[i].lock_type & G_LOCK_PENDING)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/
H A Dg_lock.c34 * structures. Waiters have the lock_type with G_LOCK_PENDING or'ed.
68 if ((rec_lock & G_LOCK_PENDING) != 0) {
108 (locks[i].lock_type & G_LOCK_PENDING) ?
111 if (((locks[i].lock_type & G_LOCK_PENDING) == 0)
219 if ((locks[i].lock_type & G_LOCK_PENDING) == 0) {
245 lock_type |= G_LOCK_PENDING;
268 if (NT_STATUS_IS_OK(status) && ((lock_type & G_LOCK_PENDING) == 0)) {
287 if (NT_STATUS_IS_OK(status) && (lock_type & G_LOCK_PENDING) != 0) {
539 if ((lock_type & G_LOCK_PENDING) == 0) {
551 if ((locks[i].lock_type & G_LOCK_PENDING)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/
H A Dg_lock.c34 * structures. Waiters have the lock_type with G_LOCK_PENDING or'ed.
68 if ((rec_lock & G_LOCK_PENDING) != 0) {
108 (locks[i].lock_type & G_LOCK_PENDING) ?
111 if (((locks[i].lock_type & G_LOCK_PENDING) == 0)
219 if ((locks[i].lock_type & G_LOCK_PENDING) == 0) {
245 lock_type |= G_LOCK_PENDING;
268 if (NT_STATUS_IS_OK(status) && ((lock_type & G_LOCK_PENDING) == 0)) {
287 if (NT_STATUS_IS_OK(status) && (lock_type & G_LOCK_PENDING) != 0) {
539 if ((lock_type & G_LOCK_PENDING) == 0) {
551 if ((locks[i].lock_type & G_LOCK_PENDING)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/utils/
H A Dnet_g_lock.c118 (lock_type & G_LOCK_PENDING) ? "pending" : "holder");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/utils/
H A Dnet_g_lock.c118 (lock_type & G_LOCK_PENDING) ? "pending" : "holder");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/utils/
H A Dnet_g_lock.c118 (lock_type & G_LOCK_PENDING) ? "pending" : "holder");

Completed in 89 milliseconds