2 * Copyright 2012-2014, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
6 * Jerome Duval <jerome.duval@free.fr>
7 * Alexander von Gluck IV <kallisti5@unixzen.com>
13 #include <arch_atomic.h>
18 find_thread(const char *name
)
20 return _kern_find_thread(name
);
25 * Fill out gcc __sync_synchronize built-in for ARM
28 __sync_synchronize(void)