OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:verify_threads
(Results
1 - 2
of
2
) sorted by null
/external/fio/
verify.c
1234
td->
verify_threads
= malloc(sizeof(pthread_t) * td->o.verify_async);
1236
ret = pthread_create(&td->
verify_threads
[i], &attr,
1243
ret = pthread_detach(td->
verify_threads
[i]);
1277
free(td->
verify_threads
);
1278
td->
verify_threads
= NULL;
[
all
...]
fio.h
221
pthread_t *
verify_threads
;
member in struct:thread_data
Completed in 311 milliseconds