Lines Matching defs:thread
171 int rtkit_make_realtime(DBusConnection *connection, pid_t thread, int priority) {
180 if (thread == 0)
181 thread = _gettid();
192 u64 = (dbus_uint64_t) thread;
230 int rtkit_make_high_priority(DBusConnection *connection, pid_t thread, int nice_level) {
239 if (thread == 0)
240 thread = _gettid();
251 u64 = (dbus_uint64_t) thread;
293 int rtkit_make_realtime(DBusConnection *connection, pid_t thread, int priority) {
297 int rtkit_make_high_priority(DBusConnection *connection, pid_t thread, int nice_level) {