Home
last modified time | relevance | path

Searched refs:tc_schedlock (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/gdb/gdb/
Dtarget.h70 tc_schedlock = 1, /* Can lock the thread scheduler. */ enumerator
887 (current_target.to_has_thread_control & tc_schedlock)
Dthread-db.c1295 thread_db_ops.to_has_thread_control = tc_schedlock; in init_thread_db_ops()
Dlin-lwp.c1775 lin_lwp_ops.to_has_thread_control = tc_schedlock; in init_lin_lwp_ops()
Dremote.c5294 remote_ops.to_has_thread_control = tc_schedlock; /* can lock scheduler */ in init_remote_ops()
5416 remote_async_ops.to_has_thread_control = tc_schedlock; /* can lock scheduler */ in init_remote_async_ops()
Dprocfs.c199 procfs_ops.to_has_thread_control = tc_schedlock; in init_procfs_ops()