Home
last modified time | relevance | path

Searched refs:want_to_write (Results 1 – 23 of 23) sorted by relevance

/dports/misc/cstream/cstream-3.1.1/tests/
H A Dtest1.log4528 Polling, want_to_read 1 want_to_write 0
532 Polling, want_to_read 0 want_to_write 1
536 Polling, want_to_read 1 want_to_write 0
542 Polling, want_to_read 1 want_to_write 0
546 Polling, want_to_read 0 want_to_write 1
550 Polling, want_to_read 1 want_to_write 0
554 Polling, want_to_read 0 want_to_write 1
558 Polling, want_to_read 1 want_to_write 0
562 Polling, want_to_read 0 want_to_write 1
566 Polling, want_to_read 1 want_to_write 0
[all …]
/dports/japanese/tiarra/tiarra-20100212/main/Tiarra/Socket/
H A DBuffered.pm76 sub want_to_write { shift->write_length > 0 } subroutine
100 !$this->want_to_write) {
160 if ($this->want_to_write && $select->can_write(0)) {
H A DConnect.pm507 sub want_to_write { subroutine
/dports/graphics/py-imageio/imageio-2.9.0/imageio/core/
H A Drequest.py313 want_to_write = self.mode[0] == "w"
322 if want_to_write:
330 if want_to_write:
338 if want_to_write:
349 assert not want_to_write # This should have been tested in init
/dports/devel/glib20/glib-2.70.4/glib/deprecated/
H A Dgthread-deprecated.c977 if (lock->want_to_write && lock->write_cond) in g_static_rw_lock_signal()
1011 while (lock->have_writer || lock->want_to_write) in g_static_rw_lock_reader_lock()
1043 if (!lock->have_writer && !lock->want_to_write) in g_static_rw_lock_reader_trylock()
1100 lock->want_to_write++; in g_static_rw_lock_writer_lock()
1103 lock->want_to_write--; in g_static_rw_lock_writer_lock()
H A Dgthread.h207 guint want_to_write; member
/dports/graphics/bmeps/dktools-4.31.1/src/libdk3c/
H A Ddk3sf.c819 if(want_to_write) { in dk3sf_c8_check_open_file()
833 int want_to_write = 0; /* Flag: Write access wanted. */ in dk3sf_c8_fopen_app() local
843 if(dk3sf_c8_check_open_file(fn, want_to_write, app)) { in dk3sf_c8_fopen_app()
848 if(want_to_write) { in dk3sf_c8_fopen_app()
1265 if(want_to_write) { in dk3sf_c16_check_open_file()
1279 int want_to_write = 0; /* Flag: Write access wanted. */ in dk3sf_c16_fopen_app() local
1288 if(dk3sf_c16_check_open_file(fn, want_to_write, app)) { in dk3sf_c16_fopen_app()
1293 if(want_to_write) { in dk3sf_c16_fopen_app()
2485 if(want_to_write) { in dk3sf_c8_check_open_file()
2509 int want_to_write = 0; /* Flag: Write access wanted. */ in dk3sf_c8_fopen_app() local
[all …]
H A Ddk3sf.ctr1553 @param want_to_write Flag: Write access is wanted.
1575 if(want_to_write) {
1589 int want_to_write = 0; /* Flag: Write access wanted. */
1599 if(dk3sf_c8_check_open_file(fn, want_to_write, app)) {
1604 if(want_to_write) {
2021 if(want_to_write) {
2035 int want_to_write = 0; /* Flag: Write access wanted. */
2049 if(want_to_write) {
3219 @param want_to_write Flag: Write access is wanted.
3241 if(want_to_write) {
[all …]
/dports/graphics/cogl/cogl-1.22.8/deps/glib/
H A Dgthread.c2334 if (lock->want_to_write && lock->write_cond) in g_static_rw_lock_signal()
2366 while (lock->have_writer || lock->want_to_write) in g_static_rw_lock_reader_lock()
2395 if (!lock->have_writer && !lock->want_to_write) in g_static_rw_lock_reader_trylock()
2448 lock->want_to_write++; in g_static_rw_lock_writer_lock()
2451 lock->want_to_write--; in g_static_rw_lock_writer_lock()
H A Dgthread.h294 guint want_to_write; member
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/d3d12/
H A Dd3d12_batch.h79 bool want_to_write);
H A Dd3d12_batch.cpp231 bool want_to_write) in d3d12_batch_has_references() argument
237 return want_to_write || resource_was_written; in d3d12_batch_has_references()
H A Dd3d12_resource.h122 bool want_to_write);
H A Dd3d12_resource.cpp81 bool want_to_write) in resource_is_busy() argument
83 if (d3d12_batch_has_references(d3d12_current_batch(ctx), res->bo, want_to_write)) in resource_is_busy()
89 busy |= d3d12_batch_has_references(batch, res->bo, want_to_write); in resource_is_busy()
97 bool want_to_write) in d3d12_resource_wait_idle() argument
99 if (d3d12_batch_has_references(d3d12_current_batch(ctx), res->bo, want_to_write)) { in d3d12_resource_wait_idle()
103 if (d3d12_batch_has_references(batch, res->bo, want_to_write)) in d3d12_resource_wait_idle()
/dports/japanese/tiarra/tiarra-20100212/main/
H A DExternalSocket.pm165 sub want_to_write { subroutine
H A DRunLoop.pm309 if ($socket->want_to_write) {
998 next unless $socket->want_to_write;
/dports/misc/cstream/cstream-3.1.1/
H A Dcstream.c1154 int want_to_write; local
1169 want_to_read = want_to_write = 0;
1173 want_to_write = 1;
1201 , want_to_read, want_to_write);
1202 ret = poll(pfd, want_to_read + want_to_write, INFTIM);
1212 if (want_to_write && pollfd[1].revents & (POLLOUT|POLLWRNORM)) {
/dports/japanese/tiarra/tiarra-20100212/module/Tools/
H A DHTTPServer.pm130 sub want_to_write { 0 } subroutine
/dports/japanese/tiarra/tiarra-20100212/main/Tiarra/
H A DSocket.pm153 sub want_to_write { shift->_should_define } subroutine
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgthread.inc82 want_to_write : guint;
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgthread.inc82 want_to_write : guint;
/dports/japanese/tiarra/tiarra-20100212/
H A DChangeLog1783 * ExternalSocket.pm: read/write/want_to_writeで、callerをチェックする位置を変更。
/dports/security/amavisd-new/amavis-v2.12.0/
H A Damavisd8461 my $want_to_write = $self->{out} ne '' && ($flushoutput || $needline);
8463 $needline, $flushoutput, $want_to_write, $timeout_displ);
8469 vec($win,$fd_sock,1) = $want_to_write ? 1 : 0;