haiku/headers/private/kernel
Pawel Dziepak d8fcc8a825 kernel: Remove B_TIMER_ACQUIRE_SCHEDULER_LOCK flag
The flag main purpose is to avoid race conditions between event handler
and cancel_timer(). However, cancel_timer() is safe even without
using gSchedulerLock.

If the event is scheduled to happen on other CPU than the CPU that
invokes cancel_timer() then cancel_timer() either disables the event
before its handler starts executing or waits until the event handler
is done.

If the event is scheduled on the same CPU that calls cancel_timer()
then, since cancel_timer() disables interrupts, the event is either
executed before cancel_timer() or when the timer interrupt handler
starts running the event is already disabled.
2013-10-31 01:49:43 +01:00
..
arch kernel: Add cpufreq module for Intel P-states 2013-10-30 00:55:03 +01:00
boot Merge remote-tracking branch 'haiku/master' into package-management 2013-09-27 01:55:45 +02:00
disk_device_manager
fs Style cleanup. 2012-10-08 13:59:16 +02:00
platform OF: Make sure the of_region templatized struct is packed 2012-11-06 16:34:01 +01:00
posix
slab Add new operator that takes an ObjectCache* and allocation flags and 2011-11-02 21:12:09 +00:00
util kernel/util: Fix MinMaxHeap::_GrowHeap() 2013-10-24 00:59:58 +02:00
vm elf: restore correct region protection after relocation 2013-04-16 03:44:38 +02:00
AllocationTracking.h Move AllocationTrackingInfo into a header. This way it can be re-used outside 2011-11-04 18:03:34 +00:00
block_cache.h
boot_device.h
boot_item.h
boot_splash.h
commpage.h commpage: randomize position of commpage 2013-04-04 15:27:22 +02:00
condition_variable.h
console.h
cpu.h kernel: Add support and interface for cpufreq modules 2013-10-30 00:48:07 +01:00
debug_heap.h Add debug_calloc() to the debug_heap. 2012-07-01 06:37:25 +02:00
debug_paranoia.h
debug.h mmlr + bonefish: 2011-11-01 17:19:26 +00:00
debugger_keymaps.h
DPC.h
elf_priv.h Support ELF64 in the kernel. 2012-07-09 11:11:38 +01:00
elf.h Implemented user debugging support for x86_64. 2012-08-07 20:20:42 +01:00
file_cache.h
frame_buffer_console.h
generic_syscall.h
heap.h Allow replacing the object cache with the guarded heap. 2011-12-04 13:52:06 +01:00
int.h * Introduce {reserve|allocate|free}_io_interrupt_vectors() that can generically 2011-10-12 20:55:28 +00:00
kdevice_manager.h
kdriver_settings.h
kernel_c++_structs.h
kernel_daemon.h
kernel.h Improved safety for user memory accesses. 2012-08-02 09:32:33 +01:00
kimage.h
kmodule.h
kscheduler.h scheduler: Remove support for running different schedulers 2013-10-24 02:04:03 +02:00
ksignal.h commpage: randomize position of commpage 2013-04-04 15:27:22 +02:00
ksyscalls.h
ksystem_info.h
listeners.h
lock.h kernel: Protect lock internals with per-lock spinlock 2013-10-24 00:01:18 +02:00
low_resource_manager.h
messaging.h
MessagingServiceDefs.h
Notifications.h Rework DefaultNotificationService registration. 2013-04-22 18:42:21 -04:00
port.h
real_time_clock.h
RunQueueLink.h kernel: Add O(1) lookup and insertion priority queue 2013-10-05 20:16:06 +02:00
safemode.h
scheduling_analysis.h
sem.h
smp.h kernel: Remove invoke_scheduler_if_idle 2013-10-21 02:38:57 +02:00
syscall_restart.h
system_profiler.h
team.h
thread_types.h kernel: Remove support for thread_queue 2013-10-21 02:30:20 +02:00
thread.h kernel: Add thread_unblock() and use it where possible 2013-10-30 03:58:36 +01:00
timer.h kernel: Remove B_TIMER_ACQUIRE_SCHEDULER_LOCK flag 2013-10-31 01:49:43 +01:00
tracing.h bonefish+mmlr: 2011-11-02 16:02:07 +00:00
user_atomic.h
user_debugger.h
user_mutex.h
UserEvent.h
usergroup.h
UserTimer.h
vfs.h Merge branch 'master' into package-management 2013-05-05 15:03:26 +02:00
wait_for_objects.h