CTask Conquerrent C DESQview API for C
----------------------------------------------------------
create_task() OpenTask() tsk_new()
kill_task() CloseTask() tsk_free()
curr_task() CurrentTask() tsk_me()
stop_task() SuspendTask() tsk_stop()
start_task() ResumeTask() tsk_start()
yield() ReleaseTask() api_pause()
request_resource() GetSemaphore() mal_lock()
release_resource() ReleaseSemaphore() mal_unlock()
send_mail() PostTaskMsg() mal_write()
wait_mail() PendTaskMsg() mal_read()
* Both CTask and the DESQview API have a considerably broader set of functions. Only the common subset is shown.