Searched refs:_cond (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | xcam_mutex.h | 85 _cond = PTHREAD_COND_INITIALIZER; in _dynamic() 87 pthread_cond_init (&_cond, NULL); in _dynamic() 91 pthread_cond_destroy (&_cond); in ~Cond() 95 return pthread_cond_wait (&_cond, &mutex._mutex); in wait() 107 return pthread_cond_timedwait (&_cond, &mutex._mutex, &abstime); in timedwait() 111 return pthread_cond_signal (&_cond); in signal() 114 return pthread_cond_broadcast (&_cond); in broadcast() 117 pthread_cond_t _cond;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_types.h | 114 #define _os_warn_on(_cond) rtw_warn_on(_cond) argument 169 #define _os_warn_on(_cond) argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_types.h | 120 #define _os_warn_on(_cond) rtw_warn_on(_cond) argument 193 #define _os_warn_on(_cond) argument
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libmodbus/libmodbus/ |
| H A D | Fix-float-endianness-issue-on-big-endian-arch.patch | 212 #define BUG_REPORT(_cond, _format, _args ...) \ 213 printf("\nLine %d: assertion error for '%s': " _format "\n", __LINE__, # _cond, ## _args)
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | debugfs_sta.c | 431 #define PRINT_HT_CAP(_cond, _str) \ in sta_ht_capa_read() argument 433 if (_cond) \ in sta_ht_capa_read()
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | cros_ec_commands.h | 19 #define BUILD_ASSERT(_cond) argument
|