index
:
platform/upstream/mesa
19.2.8
19.3.0
19.3.0.1
20.1.8
20.3.0
21.0.0
21.0.0_tizen
21.0_rc5
21.2.3
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/release
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
devel/coregl
devel/libtpl-egl
devel/x11
lock_surface
pristine-tar
sandbox/akazmin/tizen6_asan
sandbox/baixl/devel
sandbox/denis13/esan
sandbox/gvancuts/x11-vmware
sandbox/jbko/21.2.0-devel
sandbox/jbko/devel
sandbox/jbko/vk_devel
sandbox/jbko/vk_devel2
sandbox/jihochu/5.0
sandbox/jobol/devel
sandbox/leemgs/5.0
sandbox/lstelmach/virgl
sandbox/mbachmann/tizen_eglsoft
sandbox/mmajewski2/gbm_mesa
sandbox/mmajewski2/gbm_mesa_static
sandbox/mmajewski2/virgl-wayland-platform
sandbox/mpikula/riscv64
sandbox/mwereski/mesa
sandbox/nmerinov/llvm
sandbox/pcoval/devel
sandbox/pcoval/tizen
sandbox/pcoval/upstream
sandbox/playchang/riscv64
sandbox/pwieczorek/mesa
sandbox/vbarinov/asan
sandbox/vbarinov/lto
sandbox/yuanzhaowei/devel
tizen
tizen-19.0.0
tizen_23.1.5
tizen_23.3.3
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi
tizen_ivi_genivi
tizen_ivi_release
tizen_lz
tizen_real
upstream
v17.1.0
Domain: Graphics System / GL; Licenses: MIT;
Hoyub Lee <hoyub.lee@samsung.com>, Joonbum Ko <joonbum.ko@samsung.com>, SooChan Lim <sc1.lim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
u_queue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-20
util: Call function mtx_init on exit_mutex to replace the usage of _MTX_INITI...
Yonggang Luo
1
-1
/
+2
2022-08-22
util: Use literal instead call to list_inithead in u_queue.c
Yonggang Luo
1
-2
/
+4
2022-06-15
util/c11: Update function u_thread_create to be c11 conformance
Yonggang Luo
1
-3
/
+1
2022-06-09
util: Use timespec_get directly, it's always present
Yonggang Luo
1
-4
/
+0
2022-05-13
util/queue: handle thread cration failure in util_queue_adjust_num_threads
Greg Depoire--Ferrer
1
-1
/
+3
2022-05-13
util/queue: add missing space to comment in util_queue_destroy
Greg Depoire--Ferrer
1
-1
/
+1
2022-05-13
util/u_queue: rework UTIL_QUEUE_INIT_SCALE_THREADS to scale faster
Pierre-Eric Pelloux-Prayer
1
-6
/
+7
2022-04-20
util: Remove util_cpu_detect
Jason Ekstrand
1
-3
/
+0
2021-11-19
util/queue: fix a data race detected by TSAN when finishing the queue
Samuel Pitoiset
1
-3
/
+2
2021-10-05
util/queue: use simple_mtx_t for finish_lock
Marek Olšák
1
-12
/
+12
2021-07-28
util/queue: Don't crash in util_queue_destroy when init failed
Ian Romanick
1
-6
/
+9
2021-06-17
util/u_queue: add UTIL_QUEUE_INIT_SCALE_THREADS flag
Pierre-Eric Pelloux-Prayer
1
-3
/
+10
2021-06-17
util/u_queue: move function definition up
Pierre-Eric Pelloux-Prayer
1
-7
/
+7
2021-06-16
util/queue: add a global data pointer for the queue object
Mike Blumenkrantz
1
-5
/
+8
2021-05-14
util/queue: don't require a fence when adding a job
Mike Blumenkrantz
1
-3
/
+6
2021-03-02
util: Always use timespec_get on Windows.
Jose Fonseca
1
-1
/
+1
2021-02-26
util: Add accessor for util_cpu_caps
Rob Clark
1
-1
/
+1
2021-02-26
util/u_queue: Ensure num_cpu_mask_bits is valid
Rob Clark
1
-0
/
+4
2021-01-28
util: Use explicit relaxed reads for u_queue
Witold Baryluk
1
-2
/
+2
2021-01-16
Fall back on clock_gettime when timespec_get() is unavailable
Jeremy Huddleston Sequoia
1
-0
/
+4
2021-01-05
util: replace UTIL_MAX_CPUS by util_cpu_caps.num_cpu_mask_bits
Marek Olšák
1
-2
/
+3
2020-10-30
util: add util_set_thread_affinity helpers including Windows support
Marek Olšák
1
-7
/
+3
2020-10-30
util: consolidate thread_get_time functions
Marek Olšák
1
-1
/
+1
2020-05-08
Linux: Change minimum priority threads from SCHED_IDLE to nice 19 SCHED_BATCH.
Con Kolivas
1
-3
/
+18
2020-03-30
util/u_queue: fix race in total_jobs_size access
Rhys Perry
1
-2
/
+2
2019-10-28
util: remove LIST_DEL macro
Timothy Arceri
1
-1
/
+1
2019-10-28
util: remove LIST_ADD macro
Timothy Arceri
1
-1
/
+1
2019-10-28
util: remove LIST_INITHEAD macro
Timothy Arceri
1
-1
/
+1
2019-10-23
util/u_queue: skip util_queue_finish if num_threads is 0
Marek Olšák
1
-0
/
+7
2019-09-19
util/u_queue: track job size and limit the size of queue growth
Timothy Arceri
1
-3
/
+14
2019-08-23
util: fix compilation on macos
Lionel Landwerlin
1
-1
/
+1
2019-07-19
util: use standard name for snprintf()
Eric Engestrom
1
-4
/
+4
2019-04-01
util/queue: add util_queue_adjust_num_threads
Marek Olšák
1
-6
/
+44
2019-04-01
util/queue: hold a lock when reading num_threads in util_queue_finish
Marek Olšák
1
-3
/
+3
2019-04-01
util/queue: add ability to kill a subset of threads
Marek Olšák
1
-18
/
+34
2019-04-01
util/queue: move thread creation into a separate function
Marek Olšák
1
-24
/
+32
2018-10-06
util/u_queue: add UTIL_QUEUE_INIT_SET_FULL_THREAD_AFFINITY
Marek Olšák
1
-0
/
+14
2018-08-02
kutil/queue: use util_snprintf() in util_queue_init
Andres Gomez
1
-3
/
+3
2018-08-01
util: move process.[ch] to u_process.[ch]
Dylan Baker
1
-1
/
+1
2018-07-05
util: u_queue: fix android build error
Lionel Landwerlin
1
-1
/
+1
2018-07-04
util/queue: remove leftover debug code
Marek Olšák
1
-1
/
+0
2018-07-04
kutil/queue: add a process name into a thread name
Marek Olšák
1
-2
/
+30
2018-04-27
util/u_queue: fix a deadlock in util_queue_finish
Marek Olšák
1
-0
/
+9
2017-11-20
util/u_queue: fix timeout handling in util_queue_fence_wait_timeout
Nicolai Hähnle
1
-1
/
+1
2017-11-09
util/u_queue: add util_queue_fence_wait_timeout
Nicolai Hähnle
1
-1
/
+81
2017-11-09
u_queue: add util_queue_finish for waiting for previously added jobs
Nicolai Hähnle
1
-0
/
+35
2017-11-09
u_queue: add a futex-based implementation of fences
Nicolai Hähnle
1
-0
/
+2
2017-11-09
u_queue: add util_queue_fence_reset
Nicolai Hähnle
1
-3
/
+1
2017-11-09
u_queue: export util_queue_fence_signal
Nicolai Hähnle
1
-1
/
+1
2017-09-29
util/queue: fix a race condition in the fence code
Nicolai Hähnle
1
-0
/
+13
[next]