Searched refs:create_port (Results 1 - 25 of 84) sorted by relevance

1234

/haiku/src/tests/system/kernel/
H A Dport_delete_test.cpp22 id = create_port(10, "test port");
H A Dport_wakeup_test_1.cpp39 id = create_port(1, "test port");
H A Dport_wakeup_test_3.cpp40 id = create_port(1, "test port");
H A Dport_wakeup_test_4.cpp37 id = create_port(1, "test port");
H A Dport_wakeup_test_5.cpp37 id = create_port(1, "test port");
H A Dport_wakeup_test_8.cpp39 id = create_port(1, "test port");
H A Dport_wakeup_test_9.cpp39 id = create_port(1, "test port");
H A Dwait_for_objects_test.cpp49 sPort1 = create_port(2L, "test port 1");
50 sPort2 = create_port(1L, "test port 2");
H A Dport_close_test_1.cpp22 id = create_port(10, "test port");
H A Dport_close_test_2.cpp22 id = create_port(10, "test port");
H A Dport_multi_read_test.cpp43 port_id port = create_port(1, "test port");
H A Dport_wakeup_test_2.cpp41 id = create_port(1, "test port");
H A Dport_wakeup_test_6.cpp40 id = create_port(1, "test port");
H A Dport_wakeup_test_7.cpp40 id = create_port(1, "test port");
H A Dtransfer_area_test.cpp55 port = create_port(1, kPortName);
/haiku/src/kits/media/
H A DPortPool.cpp47 return create_port(1, "media reply port");
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DPortChannel.cpp22 fSendPort = create_port(10, "port connection send port");
23 fReceivePort = create_port(10, "port connection receive port");
/haiku/src/tools/fs_shell/
H A Dexternal_commands_beos.cpp25 port = create_port(10, kFSShellCommandPort);
H A Dfs_shell_command_beos.cpp40 port_id replyPort = create_port(1, "fs shell reply port");
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DPort.cpp43 fInfo.owner_port = create_port(1, "port owner port");
49 fInfo.client_port = create_port(1, "port client port");
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DIdMap.cpp149 fRequestPort = create_port(1, kRequestPortName);
153 fReplyPort = create_port(1, kReplyPortName);
/haiku/src/kits/app/
H A DAppMisc.cpp214 port_id clientPort = create_port(capacity, name);
269 port_id clientPort = create_port(capacity, name);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DPortConnectionListener.cpp33 fPort = create_port(5, kPortConnectionPortName);
/haiku/src/bin/debug/strace/
H A DMemoryReader.cpp39 fReplyPort = create_port(1, "memory reader reply");
/haiku/src/tests/kits/app/bmessenger/
H A DSMRemoteTargetApp.cpp25 port_id localPort = create_port(5, "SMRemoteTargetApp port");

Completed in 140 milliseconds

1234