HomeSort by: relevance | last modified time | path
    Searched defs:locker (Results 1 - 4 of 4) sorted by relevancy

  /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/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...]

Completed in 42 milliseconds