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

  /external/fio/
helper_thread.c 14 struct fio_mutex *startup_mutex; member in struct:helper_data
83 fio_mutex_up(hd->startup_mutex);
155 int helper_thread_create(struct fio_mutex *startup_mutex, struct sk_out *sk_out)
171 hd->startup_mutex = startup_mutex;
181 dprint(FD_MUTEX, "wait on startup_mutex\n");
182 fio_mutex_down(startup_mutex);
183 dprint(FD_MUTEX, "done waiting on startup_mutex\n");
backend.c 62 static struct fio_mutex *startup_mutex; variable in typeref:struct:fio_mutex
    [all...]

Completed in 439 milliseconds