HomeSort by relevance Sort by last modified time
    Searched full:pthread_once (Results 176 - 200 of 581) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/lib/linux/
libclang_rt.tsan-x86_64.a.syms     [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
__threading_support 303 return pthread_once(flag, init_routine);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/loader/
vk_loader_platform.h 156 pthread_once(ctl, func);
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/
libyuv.so 
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-sp/
libcutils.so 
  /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/
libyuv.so 
  /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-sp/
libcutils.so 
  /system/extras/simpleperf/testdata/
perf_with_callchain_record.data 41 ???????setup_new_exec????????search_binary_handler???????do_execveat_common4??????Hsys_execveP??????load_elf_binary??????tkernfs_fop_read??????Pdown_write???????D_raw_spin_unlock_irq:/system/lib64/libdl.so@dlopenR/data/local/tmp/simpleperf@4?^?execvpe?7_execve%/system/lib64/libc.so?DnetdClientInit??_ZL18netdClientInitImplv??sysconf??(get_nprocs???__system_properties_init?p_ZL31initialize_properties_from_filePKc<1 getdelim??pthread_once??read?*8_ZnwmTa\__srefill?b\__sread?`je_arena_tcache_fill_small  ? je_malloc?b 8jemalloc_constructorh? ?je_tcache_alloc_small_hard?
  /external/ImageMagick/MagickCore/
vms.h 834 #define pthread_once macro
    [all...]
  /external/swiftshader/third_party/LLVM/test/Transforms/GlobalDCE/
2009-09-03-MDNode.ll 9 @_ZL20__gthrw_pthread_oncePiPFvvE = alias weak i32 (i32*, void ()*)* @pthread_once ; <i32 (i32*, void ()*)*> [#uses=0]
206 declare extern_weak i32 @pthread_once(i32*, void ()*)
  /frameworks/av/media/libaudioprocessing/
AudioResampler.cpp 156 int ok = pthread_once(&once_control, init_routine);
158 ALOGE("%s pthread_once failed: %d", __func__, ok);
AudioResamplerSinc.cpp 236 int ok = pthread_once(&once_control, init_routine);
238 ALOGE("%s pthread_once failed: %d", __func__, ok);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libgcc_s.so 
libgcc_s.so.1 
  /system/core/libutils/
Looper.cpp 110 int result = pthread_once(& gTLSOnce, initTLSKey);
111 LOG_ALWAYS_FATAL_IF(result != 0, "pthread_once failed");
  /bionic/libc/dns/resolv/
res_cache.c     [all...]
  /external/clang/www/analyzer/
available_checks.html 1010 pthread_once<br>
1029 pthread_once(&amp;pred, f);
1030 // warn: call to 'pthread_once' uses the local variable
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl.cpp 207 pthread_once(&dispatchTablesInitialized, initDispatchTables);
  /external/selinux/libselinux/src/
label_file.h 348 /* We really want pthread_once() here, but since its
  /external/wayland/src/
wayland-shm.c 572 pthread_once(&wl_shm_sigbus_once, init_sigbus_data_key);
  /frameworks/av/media/libaudioclient/include/media/
AudioMixer.h 101 pthread_once(&sOnceControl, &sInitRoutine);
  /hardware/qcom/audio/post_proc/
bundle.c 87 pthread_once(&once, init_once);
ma_listener.c 486 pthread_once(&once, init_once);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libpthread-2.15.so 
libpthread.so.0 

Completed in 423 milliseconds

1 2 3 4 5 6 78 91011>>