Home
last modified time | relevance | path

Searched refs:get_id (Results 1 – 25 of 33) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/glib-2.0/
H A D0001-meson-Run-atomics-test-on-clang-as-well.patch23 if cc.get_id() == 'msvc' or cc.get_id() == 'clang-cl' or cc.links(atomictest, name : 'atomic ops')
25 - if cc.get_id() == 'gcc' and not cc.compiles(atomicdefine, name : 'atomic ops define')
26 + if (cc.get_id() == 'gcc' or cc.get_id() == 'clang') and not cc.compiles(atomicdefine, name : 'at…
H A D0001-Set-host_machine-correctly-when-building-with-mingw3.patch46 @@ -504,7 +504,7 @@ if cc.get_id() != 'msvc' and cc.get_id() != 'clang-cl'
H A DEnable-more-tests-while-cross-compiling.patch37 compiler_type = '--compiler=@0@'.format(cc.get_id())
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dutil.hpp6 #define MBGL_STORE_THREAD(tid) const std::thread::id tid = std::this_thread::get_id();
7 #define MBGL_VERIFY_THREAD(tid) assert(tid == std::this_thread::get_id());
/OK3568_Linux_fs/buildroot/package/libglib2/
H A D0003-Add-Wno-format-nonliteral-to-compiler-arguments.patch19 @@ -431,6 +431,7 @@ if cc.get_id() == 'gcc' or cc.get_id() == 'clang'
/OK3568_Linux_fs/kernel/drivers/usb/renesas_usbhs/
H A Drcar3.c101 .get_id = usbhs_get_id_as_gadget,
113 .get_id = usbhs_get_id_as_gadget,
H A Drza.c51 .get_id = usbhs_get_id_as_gadget,
H A Drcar2.c69 .get_id = usbhs_get_id_as_gadget,
H A Drza2.c67 .get_id = usbhs_get_id_as_gadget,
H A Dcommon.c456 id = usbhs_platform_call(priv, get_id, pdev); in usbhsc_hotplug()
642 if (!info->platform_callback.get_id) { in usbhs_probe()
/OK3568_Linux_fs/kernel/drivers/input/joystick/iforce/
H A Diforce.h79 int (*get_id)(struct iforce *iforce, u8 id, member
118 return iforce->xport_ops->get_id(iforce, id, in iforce_get_id_packet()
H A Diforce-serio.c115 .get_id = iforce_serio_get_id,
H A Diforce-usb.c133 .get_id = iforce_usb_get_id,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dthread44 id get_id() const noexcept;
72 thread::id get_id() noexcept;
210 _LIBCPP_INLINE_VISIBILITY __thread_id get_id() _NOEXCEPT;
257 friend __thread_id this_thread::get_id() _NOEXCEPT;
278 get_id() _NOEXCEPT
328 id get_id() const _NOEXCEPT {return __libcpp_thread_get_id(&__t_);}
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dthread44 id get_id() const noexcept;
72 thread::id get_id() noexcept;
210 _LIBCPP_INLINE_VISIBILITY __thread_id get_id() _NOEXCEPT;
257 friend __thread_id this_thread::get_id() _NOEXCEPT;
278 get_id() _NOEXCEPT
328 id get_id() const _NOEXCEPT {return __libcpp_thread_get_id(&__t_);}
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dthread190 get_id() const noexcept
300 // the non-zero value returned by this_thread::get_id() for
363 /// get_id
365 get_id() noexcept
502 get_id() const noexcept
504 return _M_thread.get_id();
H A Dmutex438 auto __id = this_thread::get_id();
451 auto __id = this_thread::get_id();
467 auto __id = this_thread::get_id();
483 auto __id = this_thread::get_id();
499 __glibcxx_assert( _M_owner == this_thread::get_id() );
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dthread190 get_id() const noexcept
300 // the non-zero value returned by this_thread::get_id() for
363 /// get_id
365 get_id() noexcept
502 get_id() const noexcept
504 return _M_thread.get_id();
H A Dmutex438 auto __id = this_thread::get_id();
451 auto __id = this_thread::get_id();
467 auto __id = this_thread::get_id();
483 auto __id = this_thread::get_id();
499 __glibcxx_assert( _M_owner == this_thread::get_id() );
/OK3568_Linux_fs/kernel/drivers/misc/
H A Dpti.c233 static struct pti_masterchannel *get_id(u8 *id_array, in get_id() function
306 mc = get_id(drv_data->ia_app, MAX_APP_IDS, in pti_request_masterchannel()
311 mc = get_id(drv_data->ia_os, MAX_OS_IDS, in pti_request_masterchannel()
316 mc = get_id(drv_data->ia_modem, MAX_MODEM_IDS, in pti_request_masterchannel()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Drenesas_usbhs.h79 int (*get_id)(struct platform_device *pdev); member
/OK3568_Linux_fs/kernel/tools/bpf/resolve_btfids/
H A Dmain.c197 static char *get_id(const char *prefix_end) in get_id() function
252 id = get_id(name + size); in add_symbol()
/OK3568_Linux_fs/kernel/drivers/fpga/
H A Ddfl.h184 int (*get_id)(struct platform_device *pdev); member
/OK3568_Linux_fs/external/xserver/
H A Dmeson.build17 if cc.get_id() == 'gcc' or cc.get_id() == 'clang'
/OK3568_Linux_fs/kernel/arch/sh/boards/
H A Dboard-sh7757lcr.c274 .get_id = usbhs0_get_id,

12