| /src/external/bsd/ntp/dist/libntp/lib/isc/pthreads/ |
| mutex.c | 148 isc_mutexlocker_t *locker = NULL; local 166 locker = &mp->stats->lockers[i]; 167 locker->file = file; 168 locker->line = line; 172 locker = &mp->stats->lockers[i]; 177 if (locker != NULL) { 178 locker->count++; 179 timevaladd(&locker->wait_total, &postlock_t); 182 mp->stats->cur_locker = locker; 209 isc_mutexlocker_t *locker; local [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/ |
| mutex.c | 134 isc_mutexlocker_t *locker = NULL; local 153 locker = &mp->stats->lockers[i]; 154 locker->file = file; 155 locker->line = line; 160 locker = &mp->stats->lockers[i]; 165 if (locker != NULL) { 166 locker->count++; 167 timevaladd(&locker->wait_total, &postlock_t); 170 mp->stats->cur_locker = locker; 196 isc_mutexlocker_t *locker; local [all...] |
| /src/lib/libutil/ |
| pidlock.c | 49 pidlock(const char *lockfile, int flags, pid_t *locker, const char *info) 62 /* locker may be NULL */ 150 if (locker) 151 *locker = pid2; 168 if (locker) 169 *locker = getpid(); /* return this process's PID on lock */ 212 ttylock(const char *tty, int flags, pid_t *locker) 223 flags, locker, 0);
|
| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| tsan_rtl_mutex.cpp | 90 SlotLocker locker(thr); 107 SlotLocker locker(thr); 148 SlotLocker locker(thr); 172 SlotLocker locker(thr); 225 SlotLocker locker(thr); 272 SlotLocker locker(thr); 289 SlotLocker locker(thr); 332 SlotLocker locker(thr); 374 SlotLocker locker(thr); 421 SlotLocker locker(thr) [all...] |
| tsan_rtl_thread.cpp | 124 SlotLocker locker(thr); 228 SlotLocker locker(thr); 299 SlotLocker locker(thr);
|
| tsan_fd.cpp | 129 SlotLocker locker(thr); 218 SlotLocker locker(thr);
|
| tsan_interface_atomic.cpp | 238 SlotLocker locker(thr); 274 SlotLocker locker(thr); 289 SlotLocker locker(thr); 423 SlotLocker locker(thr);
|
| tsan_mman.cpp | 275 SlotLocker locker(thr);
|
| tsan_rtl.cpp | 577 SlotLocker locker(thr, true); 962 SlotLocker locker(thr, true);
|
| /src/usr.sbin/rpc.lockd/ |
| lockd_lock.c | 104 pid_t locker; /* pid of the child process trying to get the lock */ member in struct:file_lock 458 if (pid == fl->locker) 467 fl->locker = 0; 548 switch (fl->locker = fork()) { 573 fl->client_name, fl->client.svid, fl->locker);
|
| /src/external/gpl2/xcvs/dist/src/ |
| rcs.c | 3316 " -kkvl\tLike -kkv, except locker's name inserted.\n", 3509 KEYWORD_INIT (new, KEYWORD_LOCKER, "Locker"); 3647 char *locker; local 3663 /* If we are using -kkvl, dig out the locker information if any. */ 3664 locker = NULL; 3670 locker = xstrdup (lock->data); 3772 locker != NULL ? " " : "", 3773 locker != NULL ? locker : ""); 3787 value = locker; [all...] |