| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/glib-2.0/ |
| H A D | 0001-meson-Run-atomics-test-on-clang-as-well.patch | 23 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 D | 0001-Set-host_machine-correctly-when-building-with-mingw3.patch | 46 @@ -504,7 +504,7 @@ if cc.get_id() != 'msvc' and cc.get_id() != 'clang-cl'
|
| H A D | Enable-more-tests-while-cross-compiling.patch | 37 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 D | util.hpp | 6 #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 D | 0003-Add-Wno-format-nonliteral-to-compiler-arguments.patch | 19 @@ -431,6 +431,7 @@ if cc.get_id() == 'gcc' or cc.get_id() == 'clang'
|
| /OK3568_Linux_fs/kernel/drivers/usb/renesas_usbhs/ |
| H A D | rcar3.c | 101 .get_id = usbhs_get_id_as_gadget, 113 .get_id = usbhs_get_id_as_gadget,
|
| H A D | rza.c | 51 .get_id = usbhs_get_id_as_gadget,
|
| H A D | rcar2.c | 69 .get_id = usbhs_get_id_as_gadget,
|
| H A D | rza2.c | 67 .get_id = usbhs_get_id_as_gadget,
|
| H A D | common.c | 456 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 D | iforce.h | 79 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 D | iforce-serio.c | 115 .get_id = iforce_serio_get_id,
|
| H A D | iforce-usb.c | 133 .get_id = iforce_usb_get_id,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | thread | 44 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 D | thread | 44 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 D | thread | 190 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 D | mutex | 438 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 D | thread | 190 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 D | mutex | 438 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 D | pti.c | 233 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 D | renesas_usbhs.h | 79 int (*get_id)(struct platform_device *pdev); member
|
| /OK3568_Linux_fs/kernel/tools/bpf/resolve_btfids/ |
| H A D | main.c | 197 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 D | dfl.h | 184 int (*get_id)(struct platform_device *pdev); member
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | meson.build | 17 if cc.get_id() == 'gcc' or cc.get_id() == 'clang'
|
| /OK3568_Linux_fs/kernel/arch/sh/boards/ |
| H A D | board-sh7757lcr.c | 274 .get_id = usbhs0_get_id,
|