HomeSort by relevance Sort by last modified time
    Searched defs:thr (Results 101 - 122 of 122) sorted by null

1 2 3 45

  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 135 ThreadState *thr = (ThreadState*)internal_alloc(MBlockThreadContex, local
137 internal_memset(thr, 0, sizeof(*thr));
138 return thr;
144 ThreadState *thr = AllocGoroutine(); local
145 main_thr = *thrp = thr;
146 Initialize(thr);
147 *procp = thr->proc1;
153 ThreadState *thr = main_thr; local
154 int res = Finalize(thr);
214 ThreadState *thr = AllocGoroutine(); local
    [all...]
  /external/iproute2/ip/
xfrm_policy.c 1032 struct xfrmu_spdhthresh thr; local
1038 if (get_u8(&thr.lbits, *argv, 0) || thr.lbits > 32)
1041 if (get_u8(&thr.rbits, *argv, 0) || thr.rbits > 32)
1045 (void *)&thr, sizeof(thr));
1047 struct xfrmu_spdhthresh thr; local
1053 if (get_u8(&thr.lbits, *argv, 0) || thr.lbits > 128
    [all...]
  /external/ltp/testcases/realtime/func/rt-migrate/
rt-migrate.c 314 struct thread *thr = (struct thread *)data; local
315 long id = (long)thr->arg;
  /external/syzkaller/executor/
common.h 395 static void* thr(void* arg) function
434 thread_start(thr, th);
  /external/u-boot/arch/arm/include/asm/arch-pxa/
regs-uart.h 16 uint32_t thr; member in union:pxa_uart_regs::__anon46611
  /external/u-boot/include/
ns16550.h 98 #define thr rbr macro
  /cts/tests/tests/security/src/android/security/cts/
StagefrightTest.java 1335 LooperThread thr = new LooperThread(new Runnable() { local
1503 LooperThread thr = new LooperThread(new Runnable() { local
1657 LooperThread thr = new LooperThread(new Runnable() { local
1772 LooperThread thr = new LooperThread(new Runnable() { local
1951 LooperThread thr = new LooperThread(new Runnable() { local
    [all...]
  /external/aac/libSBRenc/src/
tran_det.cpp 933 const FIXP_DBL thr = TRAN_DET_THRSHLD; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_ssse3.c 293 __m128i round, quant, dequant, thr; local
369 thr = _mm_srai_epi16(dequant, 1);
389 nzflag = _mm_movemask_epi8(_mm_cmpgt_epi16(qcoeff0, thr)) |
390 _mm_movemask_epi8(_mm_cmpgt_epi16(qcoeff1, thr));
  /external/u-boot/drivers/usb/eth/
mcs7830.c 371 uint8_t thr; local
383 thr = PAUSE_THRESHOLD_DEFAULT;
386 sizeof(thr), &thr);
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 337 ThreadState *thr; // currently wired thread, or nullptr member in struct:__tsan::Processor
464 ThreadState *thr; member in class:__tsan::ThreadContext
591 void ObtainCurrentStack(ThreadState *thr, uptr toppc, StackTraceTy *stack) {
592 uptr size = thr->shadow_stack_pos - thr->shadow_stack;
598 stack->Init(&thr->shadow_stack[start], size, toppc);
607 void ALWAYS_INLINE StatInc(ThreadState *thr, StatType typ, u64 n = 1) {
609 thr->stat[typ] += n;
612 void ALWAYS_INLINE StatSet(ThreadState *thr, StatType typ, u64 n) {
614 thr->stat[typ] = n
    [all...]
tsan_interceptors.cc 241 static ThreadSignalContext *SigCtx(ThreadState *thr) {
242 ThreadSignalContext *ctx = (ThreadSignalContext*)thr->signal_ctx;
243 if (ctx == 0 && !thr->is_dead) {
245 MemoryResetRange(thr, (uptr)&SigCtx, (uptr)ctx, sizeof(*ctx));
246 thr->signal_ctx = ctx;
255 ScopedInterceptor::ScopedInterceptor(ThreadState *thr, const char *fname,
257 : thr_(thr)
260 Initialize(thr);
264 FuncEntry(thr, pc);
312 #define READ_STRING_OF_LEN(thr, pc, s, len, n)
345 ThreadState *thr; member in struct:BlockingCall
378 ThreadState *thr = cur_thread(); local
423 ThreadState *thr = cur_thread(); local
831 ThreadState *thr = cur_thread(); local
873 ThreadState *thr = cur_thread(); local
1019 ThreadState *thr; member in struct:CondMutexUnlockCtx
1860 ThreadState *thr = cur_thread(); local
2075 ThreadState *thr; member in struct:dl_iterate_phdr_data
2124 ThreadState *thr; member in struct:TsanInterceptorContext
2283 ThreadState *thr; member in struct:ScopedSyscall
2402 ThreadState *thr = cur_thread(); local
2417 ThreadState *thr = cur_thread(); local
    [all...]
  /external/libaom/libaom/av1/decoder/
decodemv.c 83 const int thr = (1 << rem_bits) + 1; local
84 abs = aom_read_literal(r, rem_bits, ACCT_STR) + thr;
113 const int thr = (1 << rem_bits) + 1; local
114 abs = aom_read_literal(r, rem_bits, ACCT_STR) + thr;
    [all...]
  /external/mesa3d/src/egl/main/
eglapi.c 262 _EGLThreadInfo *thr = _eglGetCurrentThread(); local
264 thr->CurrentFuncName = funcName;
265 thr->CurrentObjectLabel = NULL;
268 thr->CurrentObjectLabel = thr->Label;
270 thr->CurrentObjectLabel = disp->Label;
272 thr->CurrentObjectLabel = object->Label;
    [all...]
  /external/u-boot/drivers/serial/
atmel_usart.h 22 u32 thr; member in struct:atmel_usart3
159 /* Bitfields in THR */
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 3200 pthread_t thr; local
    [all...]
  /external/libaom/libaom/av1/encoder/
bitstream.c 292 int rem_bits, thr; local
301 thr = (1 << rem_bits) + 1;
303 aom_write_literal(w, abs - thr, rem_bits);
314 int rem_bits, thr; local
330 thr = (1 << rem_bits) + 1;
332 aom_write_literal(w, abs - thr, rem_bits);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 2362 unsigned int thr = cpi->source_var_thresh; local
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
javaparser-core-2.1.0.jar 
javaparser-core-3.0.0-alpha.2.jar 
  /external/kotlinc/lib/
kotlin-annotation-processing.jar 
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 

Completed in 2039 milliseconds

1 2 3 45