HomeSort by relevance Sort by last modified time
    Searched refs:startup_mutex (Results 1 - 2 of 2) sorted by null

  /external/fio/
backend.c 59 static struct fio_mutex *startup_mutex; variable in typeref:struct:fio_mutex
1298 dprint(FD_MUTEX, "up startup_mutex\n");
1299 fio_mutex_up(startup_mutex);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
numa.c 124 pthread_mutex_t startup_mutex; member in struct:global_info
1053 pthread_mutex_lock(&g->startup_mutex);
1055 pthread_mutex_unlock(&g->startup_mutex);
1352 init_global_mutex(&g->startup_mutex);
    [all...]

Completed in 53 milliseconds