/illumos-gate/usr/src/cmd/sgs/libelf/misc/ |
H A D | demangle.c | 123 static mutex_t mlock = DEFAULTMUTEX; in demangle() local 125 (void) mutex_lock(&mlock); in demangle() 128 (void) mutex_unlock(&mlock); in demangle() 138 (void) mutex_unlock(&mlock); in demangle() 160 (void) mutex_unlock(&mlock); in demangle() 164 (void) mutex_unlock(&mlock); in demangle() 182 (void) mutex_unlock(&mlock); in demangle() 197 (void) mutex_unlock(&mlock); in demangle() 214 (void) mutex_unlock(&mlock); in demangle() 219 (void) mutex_unlock(&mlock); in demangle() [all …]
|
/illumos-gate/usr/src/lib/libmalloc/common/ |
H A D | malloc.c | 48 static mutex_t mlock = DEFAULTMUTEX; variable 185 (void) mutex_lock(&mlock); in malloc() 187 (void) mutex_unlock(&mlock); in malloc() 218 (void) mutex_lock(&mlock); in memalign() 220 (void) mutex_unlock(&mlock); in memalign() 244 (void) mutex_lock(&mlock); in memalign() 246 (void) mutex_unlock(&mlock); in memalign() 282 (void) mutex_lock(&mlock); in memalign() 285 (void) mutex_unlock(&mlock); in memalign() 642 (void) mutex_lock(&mlock); in free() [all …]
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | mlock.c | 30 #pragma weak _mlock = mlock 40 mlock(const void *addr, size_t len) in mlock() function
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | pthread.c | 40 mutex_t mlock; member 201 (void) mutex_lock(&once->mlock); in pthread_once() 203 pthread_cleanup_push(_mutex_unlock_wrap, &once->mlock); in pthread_once() 209 (void) mutex_unlock(&once->mlock); in pthread_once()
|
/illumos-gate/usr/src/test/libc-tests/tests/random/ |
H A D | inz_mlock.c | 45 ret = mlock(buf, mapsz); in main()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mman.h | 250 extern int mlock(const void *, size_t);
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | ulockf.c | 243 mlock(char *pre, char *name) in mlock() function
|
H A D | uucp.h | 540 EXTERN int mklock(), cklock(), mlock(); /* ulockf.c */
|
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/ |
H A D | sys_mman_h.cfg | 96 func | mlock |\
|
/illumos-gate/usr/src/test/libc-tests/runfiles/ |
H A D | default.run | 54 # root privs required for mlock privileges
|
/illumos-gate/usr/src/lib/c_synonyms/ |
H A D | syn_common | 479 mlock
|
/illumos-gate/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 498 mlock.o \
|
/illumos-gate/usr/src/lib/libc/amd64/ |
H A D | Makefile | 480 mlock.o \
|
/illumos-gate/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 517 mlock.o \
|
/illumos-gate/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 540 mlock.o \
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 255 mlock.3c \ 2170 munlock.3c := LINKSRC = mlock.3c
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2863 mlock;
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 721 file path=usr/share/man/man3c/mlock.3c 745 link path=usr/share/man/man3c/munlock.3c target=mlock.3c
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/ |
H A D | implicit_dependencies.pretty | 4187 'mlock': set(['capget',
|
H A D | implicit_dependencies | 5189 'mlock': set(['capget',
|
H A D | implicit_dependencies_verbose.pretty | 6973 'mlock': [{'call': 'keyctl', 'reason': set([('task_struct', 'mm')])},
|
H A D | implicit_dependencies_verbose | 9589 'mlock': [{'call': 'keyctl', 'reason': set([('task_struct', 'mm')])},
|