代码搜索:blocking
找到约 1,859 项符合「blocking」的源代码
代码结果 1,859
www.eeworm.com/read/127438/6005046
c agent_tcp.c
/* Waiting on incoming messages */
/* Blocking (in GetNextPacketHeader) has three values:
BLOCKING: Wait until a packet is available
NONBLOCKING: Test for any communication and return null if n
www.eeworm.com/read/32276/1033832
smsg operations_4.map.smsg
Warning (10268): Verilog HDL information at adder_4bits.v(36): always construct contains both blocking and non-blocking assignments
www.eeworm.com/read/39284/1129963
smsg operations_4.map.smsg
Warning (10268): Verilog HDL information at adder_4bits.v(36): always construct contains both blocking and non-blocking assignments
www.eeworm.com/read/432377/8608218
makefile
SHELL = /bin/sh
#BIN = ../../bin
BIN = .
TCP_SRC = tcp_scan.c find_addr.c mallocs.c non_blocking.c \
print_data.c open_limit.c error.c strerror.c
TCP_OBJ = tcp_scan.o find_addr.o mallocs.o non_block
www.eeworm.com/read/346384/11751615
makefile
SHELL = /bin/sh
#BIN = ../../bin
BIN = .
TCP_SRC = tcp_scan.c find_addr.c mallocs.c non_blocking.c \
print_data.c open_limit.c error.c strerror.c
TCP_OBJ = tcp_scan.o find_addr.o mallocs.o non_block
www.eeworm.com/read/137779/13297194
bannedsitelist
#domains in banned list
#Don't bother with the www. or the http://
#The bannedurllist is for blocking PART of a site
#The bannedsitelist is for blocking ALL of a site
#As of DansGuardian 2.7.3 you c
www.eeworm.com/read/127344/6006551
cpp asf_net_noblocking.cpp
/* The following (blocking) socket calls are encapsulated in an event loop */
/* that allows the GUI code to handle user input during a blocking network */
/* operation */
/* The GUI code must se
www.eeworm.com/read/127344/6006557
cpp asf_net.cpp
/* The following (blocking) socket calls are encapsulated in an event loop */
/* that allows the GUI code to handle user input during a blocking network */
/* operation */
/* The GUI code must se
www.eeworm.com/read/333240/3389710
smsg thermal_top.map.smsg
Warning (10268): Verilog HDL information at led7seg_driver.v(58): Always Construct contains both blocking and non-blocking assignments
www.eeworm.com/read/359662/10131386
html nonblocking.html
Introduction to non-blocking I/O
Introduction to non-blocking I/O
Programs that use non-blocking I/O tend to follow the rule that
every function has