Home
last modified time | relevance | path

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

/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dreplay.c27 struct MsgPort *rp_msgport = NULL; variable
3589 rp_msgport = IExec->AllocSysObjectTags(ASOT_PORT, TAG_DONE); in rp_subtask_init()
3590 if( !rp_msgport ) return FALSE; in rp_subtask_init()
3626 if( rp_msgport ) in rp_subtask_shut()
3629 while( ( msg = IExec->GetMsg( rp_msgport ) ) ) IExec->ReplyMsg( msg ); in rp_subtask_shut()
3630 IExec->FreeSysObject( ASOT_PORT, rp_msgport ); in rp_subtask_shut()
3631 rp_msgport = NULL; in rp_subtask_shut()
3705 rp_msgsig = 1L<<rp_msgport->mp_SigBit; in rp_subtask_main()
3722 while( ( msg = (struct rp_command *)IExec->GetMsg( rp_msgport ) ) ) in rp_subtask_main()
4112 IExec->PutMsg( rp_msgport, (struct Message *)rp_mainmsg ); in rp_send_command()