HomeSort by relevance Sort by last modified time
    Searched defs:io_priority (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/gio/
gioscheduler.c 56 gint io_priority; member in struct:_GIOSchedulerJob
90 if (aa->io_priority < bb->io_priority)
92 if (aa->io_priority == bb->io_priority)
138 if (other_job->io_priority >= 0 &&
141 other_job->io_priority = -1;
211 * @io_priority: the <link linkend="gioscheduler">I/O priority</link>
228 gint io_priority,
240 job->io_priority = io_priority
    [all...]
gbufferedinputstream.c 94 int io_priority,
109 int io_priority,
122 int io_priority,
454 * @io_priority: the <link linkend="io-priority">I/O priority</link>
461 * @io_priority can be used to prioritize reads. For the synchronous
470 int io_priority,
517 class->fill_async (stream, count, io_priority, cancellable,
969 int io_priority,
1001 io_priority,
1172 io_priority, cancellable, local
    [all...]
gdatainputstream.c 939 gint io_priority; member in struct:__anon1170
1038 g_buffered_input_stream_fill_async (buffer, -1, data->io_priority,
1070 gint io_priority,
1084 data->io_priority = io_priority;
1125 * @io_priority: the <link linkend="io-priority">I/O priority</link>
1142 gint io_priority,
1150 g_data_input_stream_read_async (stream, NULL, io_priority,
1159 * @io_priority: the <link linkend="io-priority">I/O priority</link>
    [all...]

Completed in 146 milliseconds