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

1234

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dfs_shell_command_beos.cpp28 port_id replyPort = create_port(1, "fs shell reply port");
H A Dexternal_commands_beos.cpp23 port = create_port(10, kFSShellCommandPort);
H A Dtracker.cpp50 gTrackerPort = create_port(128, "fsh tracker port");
/haiku-fatelf/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-fatelf/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-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/shared/
H A DPortChannel.cpp22 fSendPort = create_port(10, "port connection send port");
23 fReceivePort = create_port(10, "port connection receive port");
/haiku-fatelf/src/kits/media/
H A Drequest_data.cpp62 return create_port(1, "media reply port");
/haiku-fatelf/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-fatelf/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-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/private/
H A DPort.cpp33 fInfo.owner_port = create_port(1, "port owner port");
39 fInfo.client_port = create_port(1, "port client port");

Completed in 136 milliseconds

1234