Searched refs:UNLOCK (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_lock.h32 #define UNLOCK(lock) if (__isthreaded) \ macro
H A Dcitrus_mapper.c109 UNLOCK(&cm_lock);
344 UNLOCK(&cm_lock);
363 UNLOCK(&cm_lock);
386 UNLOCK(&cm_lock);
390 UNLOCK(&cm_lock);
404 UNLOCK(&cm_lock);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dsetenv.c70 /* LOCK and UNLOCK are defined as no-ops. This makes the libiberty
73 #define UNLOCK macro
114 UNLOCK;
123 UNLOCK;
148 UNLOCK;
158 UNLOCK;
182 UNLOCK;
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dsetenv.c70 /* LOCK and UNLOCK are defined as no-ops. This makes the libiberty
73 #define UNLOCK macro
114 UNLOCK;
123 UNLOCK;
148 UNLOCK;
158 UNLOCK;
182 UNLOCK;
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dqueue.h76 UNLOCK(&(queue).taillock); \
85 UNLOCK(&(queue).headlock); \
92 UNLOCK(&(queue).taillock); \
94 UNLOCK(&(queue).headlock); \
H A Drefcount.h162 UNLOCK(&(rp)->lock); \
173 UNLOCK(&(rp)->lock); \
185 UNLOCK(&(rp)->lock); \
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dquota.c50 UNLOCK(&quota->lock);
57 UNLOCK(&quota->lock);
72 UNLOCK(&quota->lock);
81 UNLOCK(&quota->lock);
H A Dtask.c320 UNLOCK(&manager->lock);
364 UNLOCK(&task->lock);
365 UNLOCK(&manager->lock);
375 UNLOCK(&manager->lock);
406 UNLOCK(&source->lock);
472 UNLOCK(&manager->lock);
521 UNLOCK(&task->lock);
579 UNLOCK(&task->lock);
620 UNLOCK(&task->lock);
672 UNLOCK(
[all...]
H A Dtimer_api.c50 UNLOCK(&createlock);
66 UNLOCK(&createlock);
83 UNLOCK(&createlock);
H A Dratelimiter.c121 UNLOCK(&rl->lock);
162 UNLOCK(&rl->lock);
201 UNLOCK(&rl->lock);
232 UNLOCK(&rl->lock);
259 UNLOCK(&source->lock);
273 UNLOCK(&rl->lock);
299 UNLOCK(&rl->lock);
326 UNLOCK(&rl->lock);
H A Drwlock.c164 UNLOCK(&rwl->lock);
228 * UNLOCK(lock);
260 UNLOCK(&rwl->lock);
275 UNLOCK(&rwl->lock);
318 UNLOCK(&rwl->lock);
321 UNLOCK(&rwl->lock);
335 UNLOCK(&rwl->lock);
383 UNLOCK(&rwl->lock);
460 UNLOCK(&rwl->lock);
486 UNLOCK(
[all...]
H A Dapp_api.c51 UNLOCK(&createlock);
65 UNLOCK(&createlock);
H A Dresult.c143 UNLOCK(&lock);
202 UNLOCK(&lock);
H A Dentropy.c638 UNLOCK(&ent->lock);
650 UNLOCK(&ent->lock);
820 UNLOCK(&ent->lock);
850 UNLOCK(&ent->lock);
911 UNLOCK(&ent->lock);
918 UNLOCK(&ent->lock);
945 UNLOCK(&ent->lock);
990 UNLOCK(&ent->lock);
997 UNLOCK(&ent->lock);
1044 UNLOCK(
[all...]
H A Dmem_api.c54 UNLOCK(&createlock);
69 UNLOCK(&createlock);
85 UNLOCK(&createlock);
H A Dsocket_api.c48 UNLOCK(&createlock);
64 UNLOCK(&createlock);
81 UNLOCK(&createlock);
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dapp.c131 UNLOCK(&lock);
161 UNLOCK(&lock);
213 UNLOCK(&lock);
233 UNLOCK(&lock);
H A Dsocket.c1586 UNLOCK(&sock->lock);
1589 UNLOCK(&sock->lock);
1623 UNLOCK(&manager->lock);
1815 UNLOCK(&manager->lock);
1863 UNLOCK(&sock->lock);
2084 UNLOCK(&nsock->manager->lock);
2096 UNLOCK(&sock->lock);
2132 UNLOCK(&sock->lock);
2148 UNLOCK(&sock->lock);
2189 UNLOCK(
[all...]
/freebsd-11-stable/lib/libc/nls/
H A Dmsgcat.c75 #define UNLOCK { if (__isthreaded) \ macro
96 UNLOCK; \
158 UNLOCK;
163 UNLOCK;
168 UNLOCK;
370 UNLOCK;
398 UNLOCK;
402 UNLOCK;
472 UNLOCK;
/freebsd-11-stable/sys/arm/annapurna/alpine/
H A Dcommon.c55 #define UNLOCK 0x1ACCE551 macro
128 bus_space_write_4(fdtbus_bs_tag, wdbaddr, WDTLOCK, UNLOCK);
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dlistener.c106 #define UNLOCK(listener) EVLOCK_UNLOCK((listener)->lock, 0) macro
134 UNLOCK(listener);
139 UNLOCK(listener);
296 UNLOCK(lev);
307 UNLOCK(lev);
333 UNLOCK(lev);
351 UNLOCK(lev);
375 UNLOCK(lev);
384 UNLOCK(lev);
411 UNLOCK(le
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dstrerror.c65 UNLOCK(&isc_strerror_lock);
H A Dsocket.c857 UNLOCK(&manager->fdlock[lockid]);
866 UNLOCK(&manager->lock);
944 UNLOCK(&manager->fdlock[lockid]);
953 UNLOCK(&manager->lock);
984 UNLOCK(&manager->fdlock[lockid]);
999 UNLOCK(&manager->fdlock[lockid]);
1002 UNLOCK(&manager->fdlock[lockid]);
1954 UNLOCK(&manager->fdlock[lockid]);
1988 UNLOCK(&manager->fdlock[lockid]);
1991 UNLOCK(
[all...]
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_rtc.c82 #define UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro
139 UNLOCK(sc);
159 UNLOCK(sc);
175 UNLOCK(sc);
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c64 #define UNLOCK(_sc) sx_xunlock(&(_sc)->lock) macro
153 UNLOCK(sc);
168 UNLOCK(sc);
189 UNLOCK(sc);
396 UNLOCK(sc);
417 UNLOCK(sc);
421 UNLOCK(sc);
433 UNLOCK(sc);
443 UNLOCK(sc);

Completed in 328 milliseconds

123