/dports/lang/mosh/mosh-0.2.7/extlibs/gc-cvs/ |
H A D | pthread_support.c | 336 # ifndef MAX_MARKERS 337 # define MAX_MARKERS 16 macro 340 static ptr_t marker_sp[MAX_MARKERS - 1] = {0}; 342 static ptr_t marker_bsp[MAX_MARKERS - 1] = {0}; 346 static mach_port_t marker_mach_threads[MAX_MARKERS - 1] = {0}; 397 STATIC pthread_t GC_mark_threads[MAX_MARKERS]; 975 if (GC_markers > MAX_MARKERS) { in GC_thr_init() 977 GC_markers = MAX_MARKERS; in GC_thr_init() 981 if (GC_markers >= MAX_MARKERS) in GC_thr_init() 982 GC_markers = MAX_MARKERS; /* silently limit GC_markers value */ in GC_thr_init()
|
H A D | win32_threads.c | 1391 # ifndef MAX_MARKERS 1392 # define MAX_MARKERS 16 macro 1395 static ptr_t marker_sp[MAX_MARKERS - 1]; /* The cold end of the stack */ 1398 static ptr_t marker_bsp[MAX_MARKERS - 1]; 1401 static ptr_t marker_last_stack_min[MAX_MARKERS - 1]; 1694 STATIC HANDLE GC_marker_cv[MAX_MARKERS - 1] = {0}; 1698 STATIC DWORD GC_marker_Id[MAX_MARKERS - 1] = {0}; 2265 if (GC_markers > MAX_MARKERS) { in GC_thr_init() 2267 GC_markers = MAX_MARKERS; in GC_thr_init() 2297 if (GC_markers >= MAX_MARKERS) in GC_thr_init() [all …]
|
/dports/math/gap/gap-4.11.0/hpcgap/extern/ |
H A D | gc-7.4.2-tl.patch | 49 + #ifndef MAX_MARKERS 50 + # define MAX_MARKERS 16 75 + GC_INNER mse GC_local_mark_stacks[MAX_MARKERS+1][LOCAL_MARK_STACK_SIZE];
|
/dports/math/gap/gap-4.11.0/hpcgap/extern/gc/ |
H A D | pthread_support.c | 315 # ifndef MAX_MARKERS 316 # define MAX_MARKERS 16 macro 319 static ptr_t marker_sp[MAX_MARKERS - 1] = {0}; 321 static ptr_t marker_bsp[MAX_MARKERS - 1] = {0}; 325 static mach_port_t marker_mach_threads[MAX_MARKERS - 1] = {0}; 382 STATIC pthread_t GC_mark_threads[MAX_MARKERS]; 1111 if (markers_m1 >= MAX_MARKERS) { in GC_thr_init() 1113 markers_m1 = MAX_MARKERS - 1; in GC_thr_init() 1122 if (markers_m1 >= MAX_MARKERS) in GC_thr_init() 1123 markers_m1 = MAX_MARKERS - 1; /* silently limit the value */ in GC_thr_init()
|
H A D | win32_threads.c | 1542 # ifndef MAX_MARKERS 1543 # define MAX_MARKERS 16 macro 1546 static ptr_t marker_sp[MAX_MARKERS - 1]; /* The cold end of the stack */ 1549 static ptr_t marker_bsp[MAX_MARKERS - 1]; 1552 static ptr_t marker_last_stack_min[MAX_MARKERS - 1]; 1670 STATIC HANDLE GC_marker_cv[MAX_MARKERS - 1] = {0}; 1674 STATIC DWORD GC_marker_Id[MAX_MARKERS - 1] = {0}; 2362 if (markers_m1 >= MAX_MARKERS) { in GC_thr_init() 2364 markers_m1 = MAX_MARKERS - 1; in GC_thr_init() 2394 if (markers_m1 >= MAX_MARKERS) in GC_thr_init() [all …]
|
/dports/databases/xtrabackup/boost_1_59_0/tools/build/src/engine/boehm_gc/ |
H A D | pthread_support.c | 266 # ifndef MAX_MARKERS 267 # define MAX_MARKERS 16 macro 270 static ptr_t marker_sp[MAX_MARKERS] = {0}; 272 static ptr_t marker_bsp[MAX_MARKERS] = {0}; 306 pthread_t GC_mark_threads[MAX_MARKERS]; 315 if (GC_markers > MAX_MARKERS) { in start_mark_threads() 317 GC_markers = MAX_MARKERS; in start_mark_threads()
|
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/src/engine/boehm_gc/ |
H A D | pthread_support.c | 266 # ifndef MAX_MARKERS 267 # define MAX_MARKERS 16 macro 270 static ptr_t marker_sp[MAX_MARKERS] = {0}; 272 static ptr_t marker_bsp[MAX_MARKERS] = {0}; 306 pthread_t GC_mark_threads[MAX_MARKERS]; 315 if (GC_markers > MAX_MARKERS) { in start_mark_threads() 317 GC_markers = MAX_MARKERS; in start_mark_threads()
|
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/src/engine/boehm_gc/ |
H A D | pthread_support.c | 266 # ifndef MAX_MARKERS 267 # define MAX_MARKERS 16 macro 270 static ptr_t marker_sp[MAX_MARKERS] = {0}; 272 static ptr_t marker_bsp[MAX_MARKERS] = {0}; 306 pthread_t GC_mark_threads[MAX_MARKERS]; 315 if (GC_markers > MAX_MARKERS) { in start_mark_threads() 317 GC_markers = MAX_MARKERS; in start_mark_threads()
|
/dports/databases/percona57-server/boost_1_59_0/tools/build/src/engine/boehm_gc/ |
H A D | pthread_support.c | 266 # ifndef MAX_MARKERS 267 # define MAX_MARKERS 16 macro 270 static ptr_t marker_sp[MAX_MARKERS] = {0}; 272 static ptr_t marker_bsp[MAX_MARKERS] = {0}; 306 pthread_t GC_mark_threads[MAX_MARKERS]; 315 if (GC_markers > MAX_MARKERS) { in start_mark_threads() 317 GC_markers = MAX_MARKERS; in start_mark_threads()
|
/dports/databases/percona57-client/boost_1_59_0/tools/build/src/engine/boehm_gc/ |
H A D | pthread_support.c | 266 # ifndef MAX_MARKERS 267 # define MAX_MARKERS 16 macro 270 static ptr_t marker_sp[MAX_MARKERS] = {0}; 272 static ptr_t marker_bsp[MAX_MARKERS] = {0}; 306 pthread_t GC_mark_threads[MAX_MARKERS]; 315 if (GC_markers > MAX_MARKERS) { in start_mark_threads() 317 GC_markers = MAX_MARKERS; in start_mark_threads()
|
/dports/misc/iio-oscilloscope/iio-oscilloscope-0.14-master/ |
H A D | osc.h | 45 #ifndef MAX_MARKERS 46 #define MAX_MARKERS 10 macro
|
H A D | oscplot.c | 1014 int maxX[MAX_MARKERS + 1]; in do_fft() 1015 gfloat maxY[MAX_MARKERS + 1]; in do_fft() 1084 for (j = 0; j <= MAX_MARKERS; j++) { in do_fft() 1605 unsigned int maxX[MAX_MARKERS + 1]; in cross_correlation_transform_function() 1606 gfloat maxY[MAX_MARKERS + 1]; in cross_correlation_transform_function() 1612 for (j = 0; j <= MAX_MARKERS; j++) { in cross_correlation_transform_function() 1836 for (i = 0; i <= MAX_MARKERS; i++) in fft_transform_function() 2715 for (i = 0; i < MAX_MARKERS; i++) in transform_add_own_markers() 2874 for (m = 0; m < MAX_MARKERS && in markers_phase_diff_show() 5719 if (!MAX_MARKERS) in set_marker_labels() [all …]
|
/dports/astro/wmglobe/wmglobe-1.3/src/ |
H A D | wmgoption.h | 71 #define MAX_MARKERS 5 macro
|
/dports/lang/gauche/Gauche-0.9.10/gc/ |
H A D | pthread_support.c | 314 # ifndef MAX_MARKERS 315 # define MAX_MARKERS 16 macro 318 static ptr_t marker_sp[MAX_MARKERS - 1] = {0}; 320 static ptr_t marker_bsp[MAX_MARKERS - 1] = {0}; 324 static mach_port_t marker_mach_threads[MAX_MARKERS - 1] = {0}; 380 STATIC pthread_t GC_mark_threads[MAX_MARKERS]; 1278 if (markers <= 0 || markers > MAX_MARKERS) { in GC_thr_init() 1281 markers = MAX_MARKERS; in GC_thr_init() 1290 if (markers > MAX_MARKERS) in GC_thr_init() 1291 markers = MAX_MARKERS; /* silently limit the value */ in GC_thr_init()
|
/dports/devel/boehm-gc-threaded/gc-8.0.6/ |
H A D | pthread_support.c | 314 # ifndef MAX_MARKERS 315 # define MAX_MARKERS 16 macro 318 static ptr_t marker_sp[MAX_MARKERS - 1] = {0}; 320 static ptr_t marker_bsp[MAX_MARKERS - 1] = {0}; 324 static mach_port_t marker_mach_threads[MAX_MARKERS - 1] = {0}; 380 STATIC pthread_t GC_mark_threads[MAX_MARKERS]; 1277 if (markers <= 0 || markers > MAX_MARKERS) { in GC_thr_init() 1280 markers = MAX_MARKERS; in GC_thr_init() 1289 if (markers > MAX_MARKERS) in GC_thr_init() 1290 markers = MAX_MARKERS; /* silently limit the value */ in GC_thr_init()
|
/dports/devel/boehm-gc/gc-8.0.6/ |
H A D | pthread_support.c | 314 # ifndef MAX_MARKERS 315 # define MAX_MARKERS 16 macro 318 static ptr_t marker_sp[MAX_MARKERS - 1] = {0}; 320 static ptr_t marker_bsp[MAX_MARKERS - 1] = {0}; 324 static mach_port_t marker_mach_threads[MAX_MARKERS - 1] = {0}; 380 STATIC pthread_t GC_mark_threads[MAX_MARKERS]; 1277 if (markers <= 0 || markers > MAX_MARKERS) { in GC_thr_init() 1280 markers = MAX_MARKERS; in GC_thr_init() 1289 if (markers > MAX_MARKERS) in GC_thr_init() 1290 markers = MAX_MARKERS; /* silently limit the value */ in GC_thr_init()
|
/dports/devel/boehm-gc-redirect/gc-8.0.6/ |
H A D | pthread_support.c | 314 # ifndef MAX_MARKERS 315 # define MAX_MARKERS 16 macro 318 static ptr_t marker_sp[MAX_MARKERS - 1] = {0}; 320 static ptr_t marker_bsp[MAX_MARKERS - 1] = {0}; 324 static mach_port_t marker_mach_threads[MAX_MARKERS - 1] = {0}; 380 STATIC pthread_t GC_mark_threads[MAX_MARKERS]; 1277 if (markers <= 0 || markers > MAX_MARKERS) { in GC_thr_init() 1280 markers = MAX_MARKERS; in GC_thr_init() 1289 if (markers > MAX_MARKERS) in GC_thr_init() 1290 markers = MAX_MARKERS; /* silently limit the value */ in GC_thr_init()
|
/dports/lang/mono/mono-5.10.1.57/libgc/ |
H A D | pthread_support.c | 529 # ifndef MAX_MARKERS 530 # define MAX_MARKERS 16 macro 533 static ptr_t marker_sp[MAX_MARKERS] = {0}; 563 pthread_t GC_mark_threads[MAX_MARKERS]; 572 if (GC_markers > MAX_MARKERS) { in start_mark_threads() 574 GC_markers = MAX_MARKERS; in start_mark_threads() 1170 if (GC_markers > MAX_MARKERS) in GC_thr_init() 1171 GC_markers = MAX_MARKERS; in GC_thr_init()
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/ |
H A D | pthread_support.c | 413 # ifndef MAX_MARKERS 414 # define MAX_MARKERS 16 macro 417 static ptr_t marker_sp[MAX_MARKERS] = {0}; 447 pthread_t GC_mark_threads[MAX_MARKERS]; 456 if (GC_markers > MAX_MARKERS) { in start_mark_threads() 458 GC_markers = MAX_MARKERS; in start_mark_threads()
|
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/ |
H A D | pthread_support.c | 413 # ifndef MAX_MARKERS 414 # define MAX_MARKERS 16 macro 417 static ptr_t marker_sp[MAX_MARKERS] = {0}; 447 pthread_t GC_mark_threads[MAX_MARKERS]; 456 if (GC_markers > MAX_MARKERS) { in start_mark_threads() 458 GC_markers = MAX_MARKERS; in start_mark_threads()
|
/dports/lang/gnat_util/gcc-6-20180516/boehm-gc/ |
H A D | pthread_support.c | 431 # ifndef MAX_MARKERS 432 # define MAX_MARKERS 16 macro 435 static ptr_t marker_sp[MAX_MARKERS] = {0}; 465 pthread_t GC_mark_threads[MAX_MARKERS]; 474 if (GC_markers > MAX_MARKERS) { in start_mark_threads() 476 GC_markers = MAX_MARKERS; in start_mark_threads()
|
/dports/lang/gcc48/gcc-4.8.5/boehm-gc/ |
H A D | pthread_support.c | 431 # ifndef MAX_MARKERS 432 # define MAX_MARKERS 16 macro 435 static ptr_t marker_sp[MAX_MARKERS] = {0}; 465 pthread_t GC_mark_threads[MAX_MARKERS]; 474 if (GC_markers > MAX_MARKERS) { in start_mark_threads() 476 GC_markers = MAX_MARKERS; in start_mark_threads()
|
/dports/devel/mingw32-gcc/gcc-4.8.1/boehm-gc/ |
H A D | pthread_support.c | 431 # ifndef MAX_MARKERS 432 # define MAX_MARKERS 16 macro 435 static ptr_t marker_sp[MAX_MARKERS] = {0}; 465 pthread_t GC_mark_threads[MAX_MARKERS]; 474 if (GC_markers > MAX_MARKERS) { in start_mark_threads() 476 GC_markers = MAX_MARKERS; in start_mark_threads()
|
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/boehm-gc/ |
H A D | pthread_support.c | 431 # ifndef MAX_MARKERS 432 # define MAX_MARKERS 16 macro 435 static ptr_t marker_sp[MAX_MARKERS] = {0}; 465 pthread_t GC_mark_threads[MAX_MARKERS]; 474 if (GC_markers > MAX_MARKERS) { in start_mark_threads() 476 GC_markers = MAX_MARKERS; in start_mark_threads()
|
/dports/lang/gcc6-aux/gcc-6-20180516/boehm-gc/ |
H A D | pthread_support.c | 431 # ifndef MAX_MARKERS 432 # define MAX_MARKERS 16 macro 435 static ptr_t marker_sp[MAX_MARKERS] = {0}; 465 pthread_t GC_mark_threads[MAX_MARKERS]; 474 if (GC_markers > MAX_MARKERS) { in start_mark_threads() 476 GC_markers = MAX_MARKERS; in start_mark_threads()
|