HomeSort by: relevance | last modified time | path
    Searched defs:LOCK (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
unsetenv.c 37 /* This lock protects against simultaneous modifications of `environ'. */
38 # include <bits/libc-lock.h>
40 # define LOCK __libc_lock_lock (envlock)
43 # define LOCK
67 LOCK;
setenv.c 46 /* This lock protects against simultaneous modifications of `environ'. */
47 # include <bits/libc-lock.h>
49 # define LOCK __libc_lock_lock (envlock)
52 # define LOCK
115 LOCK;
117 /* We have to get the pointer now that we have the lock and not earlier
293 LOCK;
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
unsetenv.c 37 /* This lock protects against simultaneous modifications of `environ'. */
38 # include <bits/libc-lock.h>
40 # define LOCK __libc_lock_lock (envlock)
43 # define LOCK
67 LOCK;
setenv.c 46 /* This lock protects against simultaneous modifications of `environ'. */
47 # include <bits/libc-lock.h>
49 # define LOCK __libc_lock_lock (envlock)
52 # define LOCK
115 LOCK;
117 /* We have to get the pointer now that we have the lock and not earlier
293 LOCK;
  /src/external/gpl2/xcvs/dist/lib/
unsetenv.c 47 /* This lock protects against simultaneous modifications of `environ'. */
48 # include <bits/libc-lock.h>
50 # define LOCK __libc_lock_lock (envlock)
53 # define LOCK
77 LOCK;
setenv.c 49 /* This lock protects against simultaneous modifications of `environ'. */
50 # include <bits/libc-lock.h>
52 # define LOCK __libc_lock_lock (envlock)
55 # define LOCK
118 LOCK;
120 /* We have to get the pointer now that we have the lock and not earlier
296 LOCK;
  /src/external/gpl3/gdb/dist/gnulib/import/
unsetenv.c 39 /* This lock protects against simultaneous modifications of 'environ'. */
40 # include <bits/libc-lock.h>
42 # define LOCK __libc_lock_lock (envlock)
45 # define LOCK
70 LOCK;
setenv.c 52 /* This lock protects against simultaneous modifications of 'environ'. */
53 # include <bits/libc-lock.h>
55 # define LOCK __libc_lock_lock (envlock)
58 # define LOCK
121 LOCK;
123 /* We have to get the pointer now that we have the lock and not earlier
308 LOCK;
  /src/external/gpl3/gdb.old/dist/gnulib/import/
unsetenv.c 39 /* This lock protects against simultaneous modifications of 'environ'. */
40 # include <bits/libc-lock.h>
42 # define LOCK __libc_lock_lock (envlock)
45 # define LOCK
70 LOCK;
setenv.c 52 /* This lock protects against simultaneous modifications of 'environ'. */
53 # include <bits/libc-lock.h>
55 # define LOCK __libc_lock_lock (envlock)
58 # define LOCK
121 LOCK;
123 /* We have to get the pointer now that we have the lock and not earlier
308 LOCK;
  /src/sys/arch/amd64/amd64/
lock_stubs.S 40 #define LOCK \
42 lock
60 LOCK
74 * on multiprocessor systems, and comments in arch/x86/include/lock.h about
102 xchgb %al, MTX_LOCK(%rdi) /* lock */
177 * Acquire one hold on a RW lock.
191 LOCK
204 LOCK
215 * Release one hold on a RW lock.
230 LOCK
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
setenv.c 69 /* LOCK and UNLOCK are defined as no-ops. This makes the libiberty
71 #define LOCK
89 LOCK;
168 LOCK;
  /src/external/gpl3/binutils.old/dist/libiberty/
setenv.c 69 /* LOCK and UNLOCK are defined as no-ops. This makes the libiberty
71 #define LOCK
89 LOCK;
168 LOCK;
  /src/external/gpl3/gcc/dist/libiberty/
setenv.c 69 /* LOCK and UNLOCK are defined as no-ops. This makes the libiberty
71 #define LOCK
89 LOCK;
168 LOCK;
  /src/external/gpl3/gcc.old/dist/libiberty/
setenv.c 69 /* LOCK and UNLOCK are defined as no-ops. This makes the libiberty
71 #define LOCK
89 LOCK;
168 LOCK;
  /src/external/gpl3/gdb.old/dist/libiberty/
setenv.c 69 /* LOCK and UNLOCK are defined as no-ops. This makes the libiberty
71 #define LOCK
89 LOCK;
168 LOCK;
  /src/external/gpl3/gdb/dist/libiberty/
setenv.c 69 /* LOCK and UNLOCK are defined as no-ops. This makes the libiberty
71 #define LOCK
89 LOCK;
168 LOCK;
  /src/sys/arch/i386/i386/
lock_stubs.S 49 #define LOCK(num) \
51 lock
72 LOCK(1)
86 * on multiprocessor systems, and comments in arch/x86/include/lock.h about
103 * Acquire one hold on a RW lock.
118 LOCK(2)
131 LOCK(3)
142 * Release one hold on a RW lock.
158 LOCK(4)
171 LOCK(5
    [all...]
  /src/common/lib/libc/arch/i386/atomic/
atomic.S 48 #define LOCK HOTPATCH(HP_NAME_NOLOCK, 1); lock
51 #define LOCK lock
60 LOCK
69 LOCK
78 LOCK
89 LOCK
100 LOCK
108 LOCK
    [all...]
  /src/common/lib/libc/arch/x86_64/atomic/
atomic.S 43 #define LOCK HOTPATCH(HP_NAME_NOLOCK, 1); lock
45 #define LOCK lock
53 LOCK
60 LOCK
67 LOCK
77 LOCK
85 LOCK
92 LOCK
    [all...]
  /src/external/gpl2/xcvs/dist/src/
hash.h 25 RCSVERS, DIRS, UPDATE, LOCK, NDBMNODE, FILEATTR,
  /src/sys/arch/arm/rockchip/
rk3288_iomux.c 79 #define LOCK(reg) \
265 LOCK(reg);
rk3328_iomux.c 129 #define LOCK(sc) \
261 LOCK(sc);
  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
util.h 99 #define LOCK(lp) do { \
142 ISC_MSG_LOCK, "LOCK"), \
  /src/external/lgpl2/userspace-rcu/dist/tests/utils/
tap.c 35 # define LOCK pthread_mutex_lock(&M);
38 # define LOCK
74 LOCK;
189 LOCK;
215 LOCK;
240 LOCK;
345 LOCK;
372 LOCK;
389 LOCK;
402 LOCK;
    [all...]

Completed in 26 milliseconds

1 2