Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 70) sorted by relevance

123

/components/libc/posix/signal/
A Dposix_signal.c57 if (set) in sigprocmask()
62 tid->sig_mask |= *set; in sigprocmask()
65 tid->sig_mask &= ~*set; in sigprocmask()
68 tid->sig_mask = *set; in sigprocmask()
87 int sigpending (sigset_t *set) in sigpending() argument
89 sigprocmask(SIG_SETMASK, RT_NULL, set); in sigpending()
102 int sigsuspend (const sigset_t *set) in sigsuspend() argument
113 sigprocmask(SIG_BLOCK, set, RT_NULL); in sigsuspend()
178 ret = rt_signal_wait(set, info, tick); in sigtimedwait()
197 if (sigtimedwait(set, &si, 0) < 0) in sigwait()
[all …]
/components/net/lwip/lwip-2.1.2/src/
A DFilelists.cmake34 set(lwipcore_SRCS
56 set(lwipcore4_SRCS
66 set(lwipcore6_SRCS
79 set(lwipapi_SRCS
92 set(lwipnetif_SRCS
108 set(lwipppp_SRCS
142 set(lwipsnmp_SRCS
167 set(lwiphttp_SRCS
185 set(lwipsmtp_SRCS
190 set(lwipsntp_SRCS
[all …]
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile352 # should set this option to NO.
435 # normally produced when WARNINGS is set to YES.
524 # and Mac users are advised to set this option to NO.
945 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
975 # also VERBATIM_HEADERS is set to NO.
1005 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
1440 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1852 # missing definitions are set to their default value.
2253 # set to NO
2264 # This tag requires that the tag HAVE_DOT is set to YES.
[all …]
A Dlwip.Doxyfile.cmake.in352 # should set this option to NO.
435 # normally produced when WARNINGS is set to YES.
524 # and Mac users are advised to set this option to NO.
945 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
975 # also VERBATIM_HEADERS is set to NO.
1005 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
1440 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1852 # missing definitions are set to their default value.
2253 # set to NO
2264 # This tag requires that the tag HAVE_DOT is set to YES.
[all …]
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile343 # should set this option to NO.
426 # normally produced when WARNINGS is set to YES.
515 # and Mac users are advised to set this option to NO.
934 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
964 # also VERBATIM_HEADERS is set to NO.
994 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
1429 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1841 # missing definitions are set to their default value.
2230 # set to NO
2241 # This tag requires that the tag HAVE_DOT is set to YES.
[all …]
/components/libc/compilers/common/include/sys/
A Dsignal.h110 int sigprocmask (int how, const sigset_t *set, sigset_t *oset);
111 int sigpending (sigset_t *set);
112 int sigsuspend (const sigset_t *set);
115 int sigtimedwait(const sigset_t *set, siginfo_t *info, const struct timespec *timeout);
116 int sigwait(const sigset_t *set, int *sig);
117 int sigwaitinfo(const sigset_t *set, siginfo_t *info);
/components/drivers/usb/cherryusb/
A Dcherryusb.cmake9 # set(CONFIG_CHERRYUSB_DEVICE 1)
10 # set(CONFIG_CHERRYUSB_DEVICE_CDC 1)
11 # set(CONFIG_CHERRYUSB_DEVICE_HID 1)
12 # set(CONFIG_CHERRYUSB_DEVICE_MSC 1)
13 # set(CONFIG_CHERRYUSB_DEVICE_AUDIO 1)
14 # set(CONFIG_CHERRYUSB_DEVICE_VIDEO 1)
17 # set(CONFIG_CHERRYUSB_HOST 1)
21 # set(CONFIG_CHERRYUSB_HOST_HID 1)
22 # set(CONFIG_CHERRYUSB_HOST_MSC 1)
23 # set(CONFIG_CHERRYUSB_HOST_VIDEO 1)
[all …]
/components/drivers/wlan/
A Ddev_wlan_mgnt.c885 rt_uint32_t set = 0, recved = 0; in rt_wlan_connect() local
967 set = 0x1 << RT_WLAN_DEV_EVT_CONNECT; in rt_wlan_connect()
968 if (!(recved & set)) in rt_wlan_connect()
1065 rt_uint32_t recved = 0, set = 0; in rt_wlan_disconnect() local
1098 if (!(recved & set)) in rt_wlan_disconnect()
1225 rt_uint32_t set = 0, recved = 0; in rt_wlan_start_ap() local
1279 if (!(recved & set)) in rt_wlan_start_ap()
1359 rt_uint32_t set = 0, recved = 0; in rt_wlan_ap_stop() local
1390 if (!(recved & set)) in rt_wlan_ap_stop()
1599 rt_uint32_t set = 0, recved = 0; in rt_wlan_scan_with_info() local
[all …]
/components/lwp/
A Dlwp_signal.c113 dset->sig[3] = ~set->sig[3]; in _signotsets()
114 dset->sig[2] = ~set->sig[2]; in _signotsets()
116 dset->sig[1] = ~set->sig[1]; in _signotsets()
118 dset->sig[0] = ~set->sig[0]; in _signotsets()
130 set->sig[0] |= 1UL << sig; in _sigaddset()
144 set->sig[0] &= ~(1UL << sig); in _sigdelset()
157 return (set->sig[3] | set->sig[2] | in _sigisemptyset()
158 set->sig[1] | set->sig[0]) == 0; in _sigisemptyset()
160 return (set->sig[1] | set->sig[0]) == 0; in _sigisemptyset()
162 return set->sig[0] == 0; in _sigisemptyset()
[all …]
A Dlwp_signal.h208 rt_inline int lwp_sigismember(lwp_sigset_t *set, int _sig) in lwp_sigismember() argument
214 return 1 & (set->sig[0] >> sig); in lwp_sigismember()
218 return 1 & (set->sig[sig / _LWP_NSIG_BPW] >> (sig % _LWP_NSIG_BPW)); in lwp_sigismember()
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dinit.h.cmake.in58 /** For release candidates, this is set to 1..254
59 * For official releases, this is set to 255 (LWIP_RC_RELEASE)
60 * For development versions (Git), this is set to 0 (LWIP_RC_DEVELOPMENT) */
63 /** LWIP_VERSION_RC is set to LWIP_RC_RELEASE for official releases */
65 /** LWIP_VERSION_RC is set to LWIP_RC_DEVELOPMENT for Git versions */
/components/net/lwip/lwip-1.4.1/
A DUPGRADING33 now set errno to EWOULDBLOCK/EAGAIN, not ETIMEDOUT.
36 standardised way to set O_NONBLOCK for nonblocking sockets.
51 Added timer implementation for NO_SYS==1, set NO_SYS_NO_TIMERS==1 if you
86 so MEMP_NUM_NETDB has to be set accordingly.
89 MEMP_NUM_LOCALHOSTLIST has to be set accordingly.
92 to be set accordingly.
95 has to be set accordingly
120 off any more, if this is set to 0, only one packet (the most recent one) is
/components/net/lwip/lwip-2.1.2/test/unit/
A DFilelists.cmake11 set(LWIP_TESTDIR ${LWIP_DIR}/test/unit)
12 set(LWIP_TESTFILES
/components/utilities/resource/
A Drid_bitmap.c16 rt_bitmap_t *set, struct rt_mutex *id_lock) in rid_bitmap_init() argument
20 mgr->bitset = set; in rid_bitmap_init()
A Drid_bitmap.h29 rt_bitmap_t *set, struct rt_mutex *id_lock);
/components/utilities/rt-link/src/
A Drtlink_dev.c163 rt_uint32_t set = 0x01 << serv->service; in rt_link_event_send() local
164 return rt_event_send(&recv_event, set); in rt_link_event_send()
172 rt_uint32_t set = 0x01 << service->service; in rt_link_event_recv() local
175 set, in rt_link_event_recv()
179 if (recved & set) in rt_link_event_recv()
/components/libc/posix/io/poll/
A Dselect.c22 static void fdszero(fd_set *set, int nfds) in fdszero() argument
31 m = (fd_mask *)set; in fdszero()
/components/net/lwip/lwip-2.0.3/
A DUPGRADING34 has to be set "up" before starting the DHCP client
132 now set errno to EWOULDBLOCK/EAGAIN, not ETIMEDOUT.
135 standardised way to set O_NONBLOCK for nonblocking sockets.
150 Added timer implementation for NO_SYS==1, set NO_SYS_NO_TIMERS==1 if you
185 so MEMP_NUM_NETDB has to be set accordingly.
188 MEMP_NUM_LOCALHOSTLIST has to be set accordingly.
191 to be set accordingly.
194 has to be set accordingly
219 off any more, if this is set to 0, only one packet (the most recent one) is
/components/net/lwip/lwip-2.1.2/
A DUPGRADING27 LWIP_SOCKET_SET_ERRNO has been removed - 'errno' is always set - and required!
69 has to be set "up" before starting the DHCP client
167 now set errno to EWOULDBLOCK/EAGAIN, not ETIMEDOUT.
170 standardised way to set O_NONBLOCK for nonblocking sockets.
185 Added timer implementation for NO_SYS==1, set NO_SYS_NO_TIMERS==1 if you
220 so MEMP_NUM_NETDB has to be set accordingly.
223 MEMP_NUM_LOCALHOSTLIST has to be set accordingly.
226 to be set accordingly.
229 has to be set accordingly
254 off any more, if this is set to 0, only one packet (the most recent one) is
/components/libc/cplusplus/cpp11/gcc/
A Dfuture94 void set(const R &v) {
102 void set(R &&v) {
266 void set_value(const R &value) { state_->set(value); }
268 void set_value(R &&value) { state_->set(std::move(value)); }
313 void set_value() { state_->set(0); }
/components/lwp/arch/arm/cortex-a/
A Dlwp_gcc.S25 #define I_Bit 0x80 @; when I bit is set, IRQ is disabled
26 #define F_Bit 0x40 @; when F bit is set, FIQ is disabled
435 rsbs r0, r3, #0 @ set return val and C flag
450 rsbs r0, r3, #0 @ set return val and C flag
458 ldr r0, [pc, #(16 - 8)] @ read TLS, set in kuser_get_tls_init
/components/drivers/misc/
A Drt_drv_pwm.c450 CMD_OPTIONS_NODE(PWM_LIST_SET, set, set pwm channel info)
451 CMD_OPTIONS_NODE(PWM_LIST_PHASE, phase, set pwm phase)
452 CMD_OPTIONS_NODE(PWM_LIST_DEAD_TIME, dead_time, set pwm dead time)
/components/lwp/terminal/
A DKconfig12 This upper limit is set to protect kernel memory from draining
/components/drivers/i2c/
A DSConscript17 # The set of source files associated with this SConscript file.
/components/drivers/sdio/
A DSConscript13 # The set of source files associated with this SConscript file.

Completed in 44 milliseconds

123