Tizen 2.1 base tizen_2.1 2.1b_release accepted/tizen/20130520.101740 accepted/tizen_2.1/20130425.025114 submit/tizen/20130517.050017 submit/tizen/20130911.022539 submit/tizen_2.1/20130424.224939
authorJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:42:05 +0000 (01:42 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:42:05 +0000 (01:42 +0900)
commit431f45d4b98c9d27802a302af9427f843bb22bd3
tree4da025353fa98c9a94f14721c76576fd51fe1b38
parent65fca6b585724996e2a02deee4ef758f196e4663
Tizen 2.1 base
231 files changed:
BlocksRuntime-0.1/Block.h [new file with mode: 0644]
BlocksRuntime-0.1/Block_private.h [new file with mode: 0644]
BlocksRuntime-0.1/ChangeLog [new file with mode: 0644]
BlocksRuntime-0.1/Makefile [new file with mode: 0644]
BlocksRuntime-0.1/config.inc [new file with mode: 0644]
BlocksRuntime-0.1/configure [new file with mode: 0755]
BlocksRuntime-0.1/data.c [new file with mode: 0644]
BlocksRuntime-0.1/packaging/BlocksRuntime.spec [new file with mode: 0644]
BlocksRuntime-0.1/runtime.c [new file with mode: 0644]
LICENSE [new file with mode: 0644]
dispatch-1.0/INSTALL [new file with mode: 0644]
dispatch-1.0/LICENSE [new file with mode: 0644]
dispatch-1.0/Makefile.am [new file with mode: 0644]
dispatch-1.0/Makefile.in [new file with mode: 0644]
dispatch-1.0/aclocal.m4 [new file with mode: 0644]
dispatch-1.0/autogen.sh [new file with mode: 0644]
dispatch-1.0/config/config.guess [new file with mode: 0755]
dispatch-1.0/config/config.h [new file with mode: 0644]
dispatch-1.0/config/config.h.in [new file with mode: 0644]
dispatch-1.0/config/config.sub [new file with mode: 0755]
dispatch-1.0/config/depcomp [new file with mode: 0755]
dispatch-1.0/config/install-sh [new file with mode: 0755]
dispatch-1.0/config/ltmain.sh [new file with mode: 0755]
dispatch-1.0/config/missing [new file with mode: 0755]
dispatch-1.0/configure [new file with mode: 0755]
dispatch-1.0/configure.ac [new file with mode: 0644]
dispatch-1.0/dispatch/Makefile.am [new file with mode: 0644]
dispatch-1.0/dispatch/Makefile.in [new file with mode: 0644]
dispatch-1.0/dispatch/base.h [new file with mode: 0644]
dispatch-1.0/dispatch/benchmark.h [new file with mode: 0644]
dispatch-1.0/dispatch/dispatch.h [new file with mode: 0644]
dispatch-1.0/dispatch/group.h [new file with mode: 0644]
dispatch-1.0/dispatch/object.h [new file with mode: 0644]
dispatch-1.0/dispatch/once.h [new file with mode: 0644]
dispatch-1.0/dispatch/queue.h [new file with mode: 0644]
dispatch-1.0/dispatch/semaphore.h [new file with mode: 0644]
dispatch-1.0/dispatch/source.h [new file with mode: 0644]
dispatch-1.0/dispatch/time.h [new file with mode: 0644]
dispatch-1.0/libdispatch.plist [new file with mode: 0644]
dispatch-1.0/libdispatch.xcodeproj/project.pbxproj [new file with mode: 0644]
dispatch-1.0/m4/atomic.m4 [new file with mode: 0644]
dispatch-1.0/m4/blocks.m4 [new file with mode: 0644]
dispatch-1.0/m4/libtool.m4 [new file with mode: 0644]
dispatch-1.0/m4/ltoptions.m4 [new file with mode: 0644]
dispatch-1.0/m4/ltsugar.m4 [new file with mode: 0644]
dispatch-1.0/m4/ltversion.m4 [new file with mode: 0644]
dispatch-1.0/m4/lt~obsolete.m4 [new file with mode: 0644]
dispatch-1.0/m4/pkg.m4 [new file with mode: 0644]
dispatch-1.0/m4/private-extern.m4 [new file with mode: 0644]
dispatch-1.0/man/Makefile.am [new file with mode: 0644]
dispatch-1.0/man/Makefile.in [new file with mode: 0644]
dispatch-1.0/man/dispatch.3 [new file with mode: 0644]
dispatch-1.0/man/dispatch_after.3 [new file with mode: 0644]
dispatch-1.0/man/dispatch_api.3 [new file with mode: 0644]
dispatch-1.0/man/dispatch_apply.3 [new file with mode: 0644]
dispatch-1.0/man/dispatch_async.3 [new file with mode: 0644]
dispatch-1.0/man/dispatch_benchmark.3 [new file with mode: 0644]
dispatch-1.0/man/dispatch_group_create.3 [new file with mode: 0644]
dispatch-1.0/man/dispatch_object.3 [new file with mode: 0644]
dispatch-1.0/man/dispatch_once.3 [new file with mode: 0644]
dispatch-1.0/man/dispatch_queue_create.3 [new file with mode: 0644]
dispatch-1.0/man/dispatch_semaphore_create.3 [new file with mode: 0644]
dispatch-1.0/man/dispatch_source_create.3 [new file with mode: 0644]
dispatch-1.0/man/dispatch_time.3 [new file with mode: 0644]
dispatch-1.0/packaging/dispatch.spec [new file with mode: 0644]
dispatch-1.0/src/Makefile.am [new file with mode: 0644]
dispatch-1.0/src/Makefile.in [new file with mode: 0644]
dispatch-1.0/src/apply.c [new file with mode: 0644]
dispatch-1.0/src/benchmark.c [new file with mode: 0644]
dispatch-1.0/src/hw_shims.h [new file with mode: 0644]
dispatch-1.0/src/internal.h [new file with mode: 0644]
dispatch-1.0/src/kevent_internal.h [new file with mode: 0644]
dispatch-1.0/src/legacy.c [new file with mode: 0644]
dispatch-1.0/src/legacy.h [new file with mode: 0644]
dispatch-1.0/src/object.c [new file with mode: 0644]
dispatch-1.0/src/object_internal.h [new file with mode: 0644]
dispatch-1.0/src/once.c [new file with mode: 0644]
dispatch-1.0/src/os_shims.h [new file with mode: 0644]
dispatch-1.0/src/private.h [new file with mode: 0644]
dispatch-1.0/src/protocol.defs [new file with mode: 0644]
dispatch-1.0/src/queue.c [new file with mode: 0644]
dispatch-1.0/src/queue_internal.h [new file with mode: 0644]
dispatch-1.0/src/queue_kevent.c [new file with mode: 0644]
dispatch-1.0/src/queue_private.h [new file with mode: 0644]
dispatch-1.0/src/semaphore.c [new file with mode: 0644]
dispatch-1.0/src/semaphore_internal.h [new file with mode: 0644]
dispatch-1.0/src/shims/getprogname.h [new file with mode: 0644]
dispatch-1.0/src/shims/mach.c [new file with mode: 0644]
dispatch-1.0/src/shims/malloc_zone.h [new file with mode: 0644]
dispatch-1.0/src/shims/perfmon.h [new file with mode: 0644]
dispatch-1.0/src/shims/time.c [new file with mode: 0644]
dispatch-1.0/src/shims/time.h [new file with mode: 0644]
dispatch-1.0/src/shims/tsd.c [new file with mode: 0644]
dispatch-1.0/src/shims/tsd.h [new file with mode: 0644]
dispatch-1.0/src/source.c [new file with mode: 0644]
dispatch-1.0/src/source_internal.h [new file with mode: 0644]
dispatch-1.0/src/source_kevent.c [new file with mode: 0644]
dispatch-1.0/src/source_private.h [new file with mode: 0644]
dispatch-1.0/src/time.c [new file with mode: 0644]
dispatch-1.0/testing/Makefile.am [new file with mode: 0644]
dispatch-1.0/testing/Makefile.darwin [new file with mode: 0644]
dispatch-1.0/testing/Makefile.in [new file with mode: 0644]
dispatch-1.0/testing/bench.mm [new file with mode: 0644]
dispatch-1.0/testing/dispatch_after.c [new file with mode: 0644]
dispatch-1.0/testing/dispatch_api.c [new file with mode: 0644]
dispatch-1.0/testing/dispatch_apply.c [new file with mode: 0644]
dispatch-1.0/testing/dispatch_c99.c [new file with mode: 0644]
dispatch-1.0/testing/dispatch_cascade.c [new file with mode: 0644]
dispatch-1.0/testing/dispatch_cffd.c [new file with mode: 0644]
dispatch-1.0/testing/dispatch_debug.c [new file with mode: 0644]
dispatch-1.0/testing/dispatch_drift.c [new file with mode: 0644]
dispatch-1.0/testing/dispatch_group.c [new file with mode: 0644]
dispatch-1.0/testing/dispatch_pingpong.c [new file with mode: 0644]
dispatch-1.0/testing/dispatch_plusplus.cpp [new file with mode: 0644]
dispatch-1.0/testing/dispatch_priority.c [new file with mode: 0644]
dispatch-1.0/testing/dispatch_proc.c [new file with mode: 0644]
dispatch-1.0/testing/dispatch_read.c [new file with mode: 0644]
dispatch-1.0/testing/dispatch_readsync.c [new file with mode: 0644]
dispatch-1.0/testing/dispatch_sema.c [new file with mode: 0644]
dispatch-1.0/testing/dispatch_starfish.c [new file with mode: 0644]
dispatch-1.0/testing/dispatch_test.c [new file with mode: 0644]
dispatch-1.0/testing/dispatch_test.h [new file with mode: 0644]
dispatch-1.0/testing/dispatch_timer_bit31.c [new file with mode: 0644]
dispatch-1.0/testing/dispatch_timer_bit63.c [new file with mode: 0644]
dispatch-1.0/testing/dispatch_timer_set_time.c [new file with mode: 0644]
dispatch-1.0/testing/fd_stress.c [new file with mode: 0644]
dispatch-1.0/testing/func.c [new file with mode: 0644]
dispatch-1.0/testing/harness.c [new file with mode: 0644]
dispatch-1.0/testing/leaks-wrapper [new file with mode: 0755]
dispatch-1.0/testing/nsoperation.m [new file with mode: 0644]
dispatch-1.0/testing/queue_finalizer.c [new file with mode: 0644]
dispatch-1.0/testing/summarize.c [new file with mode: 0644]
gcd.manifest [new file with mode: 0644]
kqueue-1.0.4/ChangeLog [new file with mode: 0644]
kqueue-1.0.4/Makefile [new file with mode: 0644]
kqueue-1.0.4/config.h [new file with mode: 0644]
kqueue-1.0.4/config.inc [new file with mode: 0644]
kqueue-1.0.4/config.mk [new file with mode: 0644]
kqueue-1.0.4/configure [new file with mode: 0755]
kqueue-1.0.4/include/sys/event.h [new file with mode: 0644]
kqueue-1.0.4/kqueue.2 [new file with mode: 0644]
kqueue-1.0.4/libkqueue.la.in [new file with mode: 0644]
kqueue-1.0.4/libkqueue.pc [new file with mode: 0644]
kqueue-1.0.4/libkqueue.pc.in [new file with mode: 0644]
kqueue-1.0.4/packaging/kqueue.spec [new file with mode: 0644]
kqueue-1.0.4/rpm.spec.in [new file with mode: 0644]
kqueue-1.0.4/src/common/filter.c [new file with mode: 0644]
kqueue-1.0.4/src/common/kevent.c [new file with mode: 0644]
kqueue-1.0.4/src/common/knote.c [new file with mode: 0644]
kqueue-1.0.4/src/common/kqueue.c [new file with mode: 0644]
kqueue-1.0.4/src/common/private.h [new file with mode: 0644]
kqueue-1.0.4/src/common/tree.h [new file with mode: 0644]
kqueue-1.0.4/src/linux/eventfd.c [new file with mode: 0644]
kqueue-1.0.4/src/linux/proc.c [new file with mode: 0644]
kqueue-1.0.4/src/linux/signal.c [new file with mode: 0644]
kqueue-1.0.4/src/linux/socket.c [new file with mode: 0644]
kqueue-1.0.4/src/linux/timer.c [new file with mode: 0644]
kqueue-1.0.4/src/linux/vnode.c [new file with mode: 0644]
kqueue-1.0.4/src/posix/eventfd.c [new file with mode: 0644]
kqueue-1.0.4/src/posix/kevent.c [new file with mode: 0644]
kqueue-1.0.4/src/posix/proc.c [new file with mode: 0644]
kqueue-1.0.4/src/posix/signal.c [new file with mode: 0644]
kqueue-1.0.4/src/posix/timer.c [new file with mode: 0644]
kqueue-1.0.4/src/posix/user.c [new file with mode: 0644]
kqueue-1.0.4/src/solaris/kevent.c [new file with mode: 0644]
kqueue-1.0.4/src/solaris/socket.c [new file with mode: 0644]
kqueue-1.0.4/src/solaris/timer.c [new file with mode: 0644]
kqueue-1.0.4/src/solaris/user.c [new file with mode: 0644]
kqueue-1.0.4/test/Makefile [new file with mode: 0644]
kqueue-1.0.4/test/benchmark/abtest [new file with mode: 0755]
kqueue-1.0.4/test/benchmark/results.txt [new file with mode: 0644]
kqueue-1.0.4/test/benchmark/scalability.ods [new file with mode: 0644]
kqueue-1.0.4/test/benchmark/scalability.png [new file with mode: 0644]
kqueue-1.0.4/test/common.h [new file with mode: 0644]
kqueue-1.0.4/test/config.inc [new file with mode: 0755]
kqueue-1.0.4/test/configure [new symlink]
kqueue-1.0.4/test/kevent.c [new file with mode: 0644]
kqueue-1.0.4/test/libdispatch/Makefile [new file with mode: 0644]
kqueue-1.0.4/test/libdispatch/main.c [new file with mode: 0644]
kqueue-1.0.4/test/libkqueue-test.pc [new file with mode: 0644]
kqueue-1.0.4/test/main.c [new file with mode: 0644]
kqueue-1.0.4/test/proc.c [new file with mode: 0644]
kqueue-1.0.4/test/read.c [new file with mode: 0644]
kqueue-1.0.4/test/signal.c [new file with mode: 0644]
kqueue-1.0.4/test/stress/Makefile [new file with mode: 0644]
kqueue-1.0.4/test/stress/main.c [new file with mode: 0644]
kqueue-1.0.4/test/test.c [new file with mode: 0644]
kqueue-1.0.4/test/timer.c [new file with mode: 0644]
kqueue-1.0.4/test/user.c [new file with mode: 0644]
kqueue-1.0.4/test/vnode.c [new file with mode: 0644]
packaging/gcd.spec [new file with mode: 0644]
pthread_workqueue-0.8.2/ChangeLog [new file with mode: 0644]
pthread_workqueue-0.8.2/Makefile [new file with mode: 0644]
pthread_workqueue-0.8.2/config.inc [new file with mode: 0644]
pthread_workqueue-0.8.2/configure [new file with mode: 0755]
pthread_workqueue-0.8.2/include/pthread_workqueue.h [new file with mode: 0644]
pthread_workqueue-0.8.2/packaging/pthread_workqueue.spec [new file with mode: 0644]
pthread_workqueue-0.8.2/pthread_workqueue.3 [new file with mode: 0644]
pthread_workqueue-0.8.2/src/api.c [new file with mode: 0755]
pthread_workqueue-0.8.2/src/debug.h [new file with mode: 0644]
pthread_workqueue-0.8.2/src/posix/manager.c [new file with mode: 0755]
pthread_workqueue-0.8.2/src/posix/platform.h [new file with mode: 0644]
pthread_workqueue-0.8.2/src/posix/thread_info.c [new file with mode: 0755]
pthread_workqueue-0.8.2/src/posix/thread_rt.c [new file with mode: 0755]
pthread_workqueue-0.8.2/src/private.h [new file with mode: 0755]
pthread_workqueue-0.8.2/src/thread_info.h [new file with mode: 0644]
pthread_workqueue-0.8.2/src/thread_rt.h [new file with mode: 0644]
pthread_workqueue-0.8.2/src/windows/manager.c [new file with mode: 0644]
pthread_workqueue-0.8.2/src/windows/platform.c [new file with mode: 0644]
pthread_workqueue-0.8.2/src/windows/platform.h [new file with mode: 0644]
pthread_workqueue-0.8.2/src/windows/pthread_cond.h [new file with mode: 0644]
pthread_workqueue-0.8.2/src/windows/queue.h [new file with mode: 0644]
pthread_workqueue-0.8.2/src/windows/thread_info.c [new file with mode: 0755]
pthread_workqueue-0.8.2/src/windows/thread_rt.c [new file with mode: 0755]
pthread_workqueue-0.8.2/src/windows/winpthreads.h [new file with mode: 0644]
pthread_workqueue-0.8.2/src/witem_cache.c [new file with mode: 0755]
pthread_workqueue-0.8.2/testing/CMakeLists.txt [new file with mode: 0644]
pthread_workqueue-0.8.2/testing/Makefile [new file with mode: 0644]
pthread_workqueue-0.8.2/testing/api/Makefile [new file with mode: 0644]
pthread_workqueue-0.8.2/testing/api/posix_semaphore.h [new file with mode: 0644]
pthread_workqueue-0.8.2/testing/api/test.c [new file with mode: 0644]
pthread_workqueue-0.8.2/testing/api/test_api.vcxproj [new file with mode: 0644]
pthread_workqueue-0.8.2/testing/idle/Makefile [new file with mode: 0644]
pthread_workqueue-0.8.2/testing/idle/main.c [new file with mode: 0644]
pthread_workqueue-0.8.2/testing/latency/Makefile [new file with mode: 0644]
pthread_workqueue-0.8.2/testing/latency/latency.c [new file with mode: 0644]
pthread_workqueue-0.8.2/testing/latency/latency.h [new file with mode: 0644]
pthread_workqueue-0.8.2/testing/libdispatch/Makefile [new file with mode: 0644]
pthread_workqueue-0.8.2/testing/libdispatch/dispatch_api.c [new file with mode: 0644]
pthread_workqueue-0.8.2/testing/witem_cache/Makefile [new file with mode: 0644]
pthread_workqueue-0.8.2/testing/witem_cache/test.c [new file with mode: 0644]