Home
last modified time | relevance | path

Searched refs:new_context (Results 1 – 25 of 1167) sorted by relevance

12345678910>>...47

/dports/devel/py-bandit/bandit-1.7.1/tests/unit/core/
H A Dtest_context.py22 new_context = context.Context()
52 new_context = context.Context()
61 new_context = context.Context()
70 new_context = context.Context()
89 new_context = context.Context()
98 new_context = context.Context()
107 new_context = context.Context()
116 new_context = context.Context()
132 new_context = context.Context()
136 new_context = context.Context()
[all …]
/dports/misc/logsurfer/logsurfer-1.8/src/
H A Dcontext.c65 struct context *new_context; in create_context() local
71 new_context->match_regex=NULL; in create_context()
75 new_context->min_lines=0; in create_context()
81 new_context->body=NULL; in create_context()
82 new_context->lines=0; in create_context()
83 new_context->last=NULL; in create_context()
84 new_context->next=NULL; in create_context()
85 new_context->previous=NULL; in create_context()
87 return(new_context); in create_context()
98 struct context *new_context; local
[all …]
/dports/textproc/turboxsl/turboxsl-b03c2c9/src/
H A Dinstructions.c42 new_context->task_mode = SINGLE; in instruction_call_template()
56 new_context->context = context->context; in instruction_call_template()
57 new_context->instruction = template; in instruction_call_template()
58 new_context->result = result; in instruction_call_template()
60 new_context->parameters = parameters; in instruction_call_template()
134 new_context->result = result; in instruction_apply_templates()
135 new_context->document_node = node; in instruction_apply_templates()
138 new_context->mode = mode; in instruction_apply_templates()
199 new_context->result = element; in instruction_element()
326 new_context->result = result; in instruction_for_each()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/tsan/rtl/
H A Dtsan_libdispatch_mac.cc93 tsan_block_context_t *new_context = in AllocContext() local
96 new_context->queue = queue; in AllocContext()
98 new_context->orig_work = orig_work; in AllocContext()
101 new_context->is_barrier_block = false; in AllocContext()
102 new_context->non_queue_sync_object = 0; in AllocContext()
103 return new_context; in AllocContext()
242 tsan_block_context_t *new_context = in DISPATCH_INTERCEPT_B() local
244 Release(thr, pc, (uptr)new_context); in DISPATCH_INTERCEPT_B()
380 tsan_block_context_t *new_context = in TSAN_INTERCEPTOR() local
383 Release(thr, pc, (uptr)new_context); in TSAN_INTERCEPTOR()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libsanitizer/tsan/
H A Dtsan_libdispatch_mac.cc86 tsan_block_context_t *new_context = in AllocContext() local
89 new_context->queue = queue; in AllocContext()
91 new_context->orig_work = orig_work; in AllocContext()
94 new_context->is_barrier_block = false; in AllocContext()
95 new_context->non_queue_sync_object = 0; in AllocContext()
96 return new_context; in AllocContext()
238 tsan_block_context_t *new_context = in DISPATCH_INTERCEPT_B() local
240 Release(thr, pc, (uptr)new_context); in DISPATCH_INTERCEPT_B()
376 tsan_block_context_t *new_context = in TSAN_INTERCEPTOR() local
379 Release(thr, pc, (uptr)new_context); in TSAN_INTERCEPTOR()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libsanitizer/tsan/
H A Dtsan_libdispatch_mac.cc86 tsan_block_context_t *new_context = in AllocContext() local
89 new_context->queue = queue; in AllocContext()
91 new_context->orig_work = orig_work; in AllocContext()
94 new_context->is_barrier_block = false; in AllocContext()
95 new_context->non_queue_sync_object = 0; in AllocContext()
96 return new_context; in AllocContext()
238 tsan_block_context_t *new_context = in DISPATCH_INTERCEPT_B() local
240 Release(thr, pc, (uptr)new_context); in DISPATCH_INTERCEPT_B()
376 tsan_block_context_t *new_context = in TSAN_INTERCEPTOR() local
379 Release(thr, pc, (uptr)new_context); in TSAN_INTERCEPTOR()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libsanitizer/tsan/
H A Dtsan_libdispatch_mac.cc86 tsan_block_context_t *new_context = in AllocContext() local
89 new_context->queue = queue; in AllocContext()
91 new_context->orig_work = orig_work; in AllocContext()
94 new_context->is_barrier_block = false; in AllocContext()
95 new_context->non_queue_sync_object = 0; in AllocContext()
96 return new_context; in AllocContext()
238 tsan_block_context_t *new_context = in DISPATCH_INTERCEPT_B() local
240 Release(thr, pc, (uptr)new_context); in DISPATCH_INTERCEPT_B()
376 tsan_block_context_t *new_context = in TSAN_INTERCEPTOR() local
379 Release(thr, pc, (uptr)new_context); in TSAN_INTERCEPTOR()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libsanitizer/tsan/
H A Dtsan_libdispatch_mac.cc91 tsan_block_context_t *new_context = in AllocContext() local
94 new_context->queue = queue; in AllocContext()
96 new_context->orig_work = orig_work; in AllocContext()
99 new_context->is_barrier_block = false; in AllocContext()
100 new_context->non_queue_sync_object = 0; in AllocContext()
101 return new_context; in AllocContext()
240 tsan_block_context_t *new_context = in DISPATCH_INTERCEPT_B() local
242 Release(thr, pc, (uptr)new_context); in DISPATCH_INTERCEPT_B()
378 tsan_block_context_t *new_context = in TSAN_INTERCEPTOR() local
381 Release(thr, pc, (uptr)new_context); in TSAN_INTERCEPTOR()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libsanitizer/tsan/
H A Dtsan_libdispatch_mac.cc86 tsan_block_context_t *new_context = in AllocContext() local
89 new_context->queue = queue; in AllocContext()
91 new_context->orig_work = orig_work; in AllocContext()
94 new_context->is_barrier_block = false; in AllocContext()
95 new_context->non_queue_sync_object = 0; in AllocContext()
96 return new_context; in AllocContext()
238 tsan_block_context_t *new_context = in DISPATCH_INTERCEPT_B() local
240 Release(thr, pc, (uptr)new_context); in DISPATCH_INTERCEPT_B()
376 tsan_block_context_t *new_context = in TSAN_INTERCEPTOR() local
379 Release(thr, pc, (uptr)new_context); in TSAN_INTERCEPTOR()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libsanitizer/tsan/
H A Dtsan_libdispatch_mac.cc86 tsan_block_context_t *new_context = in AllocContext() local
89 new_context->queue = queue; in AllocContext()
91 new_context->orig_work = orig_work; in AllocContext()
94 new_context->is_barrier_block = false; in AllocContext()
95 new_context->non_queue_sync_object = 0; in AllocContext()
96 return new_context; in AllocContext()
238 tsan_block_context_t *new_context = in DISPATCH_INTERCEPT_B() local
240 Release(thr, pc, (uptr)new_context); in DISPATCH_INTERCEPT_B()
376 tsan_block_context_t *new_context = in TSAN_INTERCEPTOR() local
379 Release(thr, pc, (uptr)new_context); in TSAN_INTERCEPTOR()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libsanitizer/tsan/
H A Dtsan_libdispatch_mac.cc86 tsan_block_context_t *new_context = in AllocContext() local
89 new_context->queue = queue; in AllocContext()
91 new_context->orig_work = orig_work; in AllocContext()
94 new_context->is_barrier_block = false; in AllocContext()
95 new_context->non_queue_sync_object = 0; in AllocContext()
96 return new_context; in AllocContext()
238 tsan_block_context_t *new_context = in DISPATCH_INTERCEPT_B() local
240 Release(thr, pc, (uptr)new_context); in DISPATCH_INTERCEPT_B()
376 tsan_block_context_t *new_context = in TSAN_INTERCEPTOR() local
379 Release(thr, pc, (uptr)new_context); in TSAN_INTERCEPTOR()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libsanitizer/tsan/
H A Dtsan_libdispatch_mac.cc91 tsan_block_context_t *new_context = in AllocContext() local
94 new_context->queue = queue; in AllocContext()
96 new_context->orig_work = orig_work; in AllocContext()
99 new_context->is_barrier_block = false; in AllocContext()
100 new_context->non_queue_sync_object = 0; in AllocContext()
101 return new_context; in AllocContext()
240 tsan_block_context_t *new_context = in DISPATCH_INTERCEPT_B() local
242 Release(thr, pc, (uptr)new_context); in DISPATCH_INTERCEPT_B()
378 tsan_block_context_t *new_context = in TSAN_INTERCEPTOR() local
381 Release(thr, pc, (uptr)new_context); in TSAN_INTERCEPTOR()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libsanitizer/tsan/
H A Dtsan_libdispatch_mac.cc91 tsan_block_context_t *new_context = in AllocContext() local
94 new_context->queue = queue; in AllocContext()
96 new_context->orig_work = orig_work; in AllocContext()
99 new_context->is_barrier_block = false; in AllocContext()
100 new_context->non_queue_sync_object = 0; in AllocContext()
101 return new_context; in AllocContext()
240 tsan_block_context_t *new_context = in DISPATCH_INTERCEPT_B() local
242 Release(thr, pc, (uptr)new_context); in DISPATCH_INTERCEPT_B()
378 tsan_block_context_t *new_context = in TSAN_INTERCEPTOR() local
381 Release(thr, pc, (uptr)new_context); in TSAN_INTERCEPTOR()
[all …]
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/vmware/vadp_dumper/
H A Dcopy_thread.cpp120 CP_THREAD_CTX *new_context; in setup_copy_thread() local
123 new_context->started = false; in setup_copy_thread()
124 new_context->flushed = false; in setup_copy_thread()
125 new_context->cb = new circbuf; in setup_copy_thread()
132 new_context->input_function = input_function; in setup_copy_thread()
140 pthread_mutex_destroy(&new_context->lock); in setup_copy_thread()
144 if (pthread_create(&new_context->thread_id, NULL, copy_thread, (void *)new_context) != 0) { in setup_copy_thread()
150 cp_thread = new_context; in setup_copy_thread()
154 free(new_context->save_data); in setup_copy_thread()
155 delete new_context->cb; in setup_copy_thread()
[all …]
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/vmware/vadp_dumper/
H A Dcopy_thread.cc117 CP_THREAD_CTX* new_context; in setup_copy_thread() local
120 new_context->started = false; in setup_copy_thread()
121 new_context->flushed = false; in setup_copy_thread()
122 new_context->cb = new circbuf; in setup_copy_thread()
127 memset(new_context->save_data, 0, in setup_copy_thread()
137 pthread_mutex_destroy(&new_context->lock); in setup_copy_thread()
143 pthread_cond_destroy(&new_context->start); in setup_copy_thread()
148 cp_thread = new_context; in setup_copy_thread()
152 free(new_context->save_data); in setup_copy_thread()
153 delete new_context->cb; in setup_copy_thread()
[all …]
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/vmware/vadp_dumper/
H A Dcopy_thread.cpp120 CP_THREAD_CTX *new_context; in setup_copy_thread() local
123 new_context->started = false; in setup_copy_thread()
124 new_context->flushed = false; in setup_copy_thread()
125 new_context->cb = new circbuf; in setup_copy_thread()
132 new_context->input_function = input_function; in setup_copy_thread()
140 pthread_mutex_destroy(&new_context->lock); in setup_copy_thread()
144 if (pthread_create(&new_context->thread_id, NULL, copy_thread, (void *)new_context) != 0) { in setup_copy_thread()
150 cp_thread = new_context; in setup_copy_thread()
154 free(new_context->save_data); in setup_copy_thread()
155 delete new_context->cb; in setup_copy_thread()
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/vmware/vadp_dumper/
H A Dcopy_thread.cc117 CP_THREAD_CTX* new_context; in setup_copy_thread() local
120 new_context->started = false; in setup_copy_thread()
121 new_context->flushed = false; in setup_copy_thread()
122 new_context->cb = new circbuf; in setup_copy_thread()
127 memset(new_context->save_data, 0, in setup_copy_thread()
137 pthread_mutex_destroy(&new_context->lock); in setup_copy_thread()
142 (void*)new_context) in setup_copy_thread()
149 cp_thread = new_context; in setup_copy_thread()
153 free(new_context->save_data); in setup_copy_thread()
154 delete new_context->cb; in setup_copy_thread()
[all …]
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/vmware/vadp_dumper/
H A Dcopy_thread.cc117 CP_THREAD_CTX* new_context; in setup_copy_thread() local
120 new_context->started = false; in setup_copy_thread()
121 new_context->flushed = false; in setup_copy_thread()
122 new_context->cb = new circbuf; in setup_copy_thread()
127 memset(new_context->save_data, 0, in setup_copy_thread()
137 pthread_mutex_destroy(&new_context->lock); in setup_copy_thread()
142 (void*)new_context) in setup_copy_thread()
149 cp_thread = new_context; in setup_copy_thread()
153 free(new_context->save_data); in setup_copy_thread()
154 delete new_context->cb; in setup_copy_thread()
[all …]
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/vmware/vadp_dumper/
H A Dcopy_thread.cpp120 CP_THREAD_CTX *new_context; in setup_copy_thread() local
123 new_context->started = false; in setup_copy_thread()
124 new_context->flushed = false; in setup_copy_thread()
125 new_context->cb = new circbuf; in setup_copy_thread()
132 new_context->input_function = input_function; in setup_copy_thread()
140 pthread_mutex_destroy(&new_context->lock); in setup_copy_thread()
144 if (pthread_create(&new_context->thread_id, NULL, copy_thread, (void *)new_context) != 0) { in setup_copy_thread()
150 cp_thread = new_context; in setup_copy_thread()
154 free(new_context->save_data); in setup_copy_thread()
155 delete new_context->cb; in setup_copy_thread()
[all …]
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/vmware/vadp_dumper/
H A Dcopy_thread.cc117 CP_THREAD_CTX* new_context; in setup_copy_thread() local
120 new_context->started = false; in setup_copy_thread()
121 new_context->flushed = false; in setup_copy_thread()
122 new_context->cb = new circbuf; in setup_copy_thread()
127 memset(new_context->save_data, 0, in setup_copy_thread()
137 pthread_mutex_destroy(&new_context->lock); in setup_copy_thread()
142 (void*)new_context) in setup_copy_thread()
149 cp_thread = new_context; in setup_copy_thread()
153 free(new_context->save_data); in setup_copy_thread()
154 delete new_context->cb; in setup_copy_thread()
[all …]
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/vmware/vadp_dumper/
H A Dcopy_thread.cc117 CP_THREAD_CTX* new_context; in setup_copy_thread() local
120 new_context->started = false; in setup_copy_thread()
121 new_context->flushed = false; in setup_copy_thread()
122 new_context->cb = new circbuf; in setup_copy_thread()
127 memset(new_context->save_data, 0, in setup_copy_thread()
137 pthread_mutex_destroy(&new_context->lock); in setup_copy_thread()
143 pthread_cond_destroy(&new_context->start); in setup_copy_thread()
148 cp_thread = new_context; in setup_copy_thread()
152 free(new_context->save_data); in setup_copy_thread()
153 delete new_context->cb; in setup_copy_thread()
[all …]
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/vmware/vadp_dumper/
H A Dcopy_thread.cc117 CP_THREAD_CTX* new_context; in setup_copy_thread() local
120 new_context->started = false; in setup_copy_thread()
121 new_context->flushed = false; in setup_copy_thread()
122 new_context->cb = new circbuf; in setup_copy_thread()
127 memset(new_context->save_data, 0, in setup_copy_thread()
137 pthread_mutex_destroy(&new_context->lock); in setup_copy_thread()
143 pthread_cond_destroy(&new_context->start); in setup_copy_thread()
148 cp_thread = new_context; in setup_copy_thread()
152 free(new_context->save_data); in setup_copy_thread()
153 delete new_context->cb; in setup_copy_thread()
[all …]
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/vmware/vadp_dumper/
H A Dcopy_thread.cc117 CP_THREAD_CTX* new_context; in setup_copy_thread() local
120 new_context->started = false; in setup_copy_thread()
121 new_context->flushed = false; in setup_copy_thread()
122 new_context->cb = new circbuf; in setup_copy_thread()
127 memset(new_context->save_data, 0, in setup_copy_thread()
137 pthread_mutex_destroy(&new_context->lock); in setup_copy_thread()
142 (void*)new_context) in setup_copy_thread()
149 cp_thread = new_context; in setup_copy_thread()
153 free(new_context->save_data); in setup_copy_thread()
154 delete new_context->cb; in setup_copy_thread()
[all …]
/dports/www/bareos18-webui/bareos-Release-18.2.12/vmware/vadp_dumper/
H A Dcopy_thread.cpp120 CP_THREAD_CTX *new_context; in setup_copy_thread() local
123 new_context->started = false; in setup_copy_thread()
124 new_context->flushed = false; in setup_copy_thread()
125 new_context->cb = new circbuf; in setup_copy_thread()
132 new_context->input_function = input_function; in setup_copy_thread()
140 pthread_mutex_destroy(&new_context->lock); in setup_copy_thread()
144 if (pthread_create(&new_context->thread_id, NULL, copy_thread, (void *)new_context) != 0) { in setup_copy_thread()
150 cp_thread = new_context; in setup_copy_thread()
154 free(new_context->save_data); in setup_copy_thread()
155 delete new_context->cb; in setup_copy_thread()
[all …]
/dports/www/bareos19-webui/bareos-Release-19.2.11/vmware/vadp_dumper/
H A Dcopy_thread.cc117 CP_THREAD_CTX* new_context; in setup_copy_thread() local
120 new_context->started = false; in setup_copy_thread()
121 new_context->flushed = false; in setup_copy_thread()
122 new_context->cb = new circbuf; in setup_copy_thread()
127 memset(new_context->save_data, 0, in setup_copy_thread()
137 pthread_mutex_destroy(&new_context->lock); in setup_copy_thread()
143 pthread_cond_destroy(&new_context->start); in setup_copy_thread()
148 cp_thread = new_context; in setup_copy_thread()
152 free(new_context->save_data); in setup_copy_thread()
153 delete new_context->cb; in setup_copy_thread()
[all …]

12345678910>>...47