public inbox for ecos-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug 1000285] jffs2 lead to cyg_thread_delay(ticks) no delay
@ 2006-06-14 15:27 bugzilla-daemon
  0 siblings, 0 replies; 2+ messages in thread
From: bugzilla-daemon @ 2006-06-14 15:27 UTC (permalink / raw)
  To: ecos-bugs

http://bugzilla.ecoscentric.com/show_bug.cgi?id=1000285


jifl@ecoscentric.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1




------- Additional Comments From jifl@ecoscentric.com  2006-06-13 11:22 -------
Can you provide a short example program to demonstrate this problem please?

-- 
Configure bugmail: http://bugzilla.ecoscentric.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug 1000285] jffs2 lead to cyg_thread_delay(ticks) no delay
@ 2006-06-16 10:44 bugzilla-daemon
  0 siblings, 0 replies; 2+ messages in thread
From: bugzilla-daemon @ 2006-06-16 10:44 UTC (permalink / raw)
  To: ecos-bugs

http://bugzilla.ecoscentric.com/show_bug.cgi?id=1000285





------- Additional Comments From sd_mingling@hotmail.com  2006-06-14 04:28 -------
int fd;
char buf[]={"hello test file."};

cyg_thread_delay(100);           //this delay is ok.
if((fd=open("test.txt",O_WRONLY|O_TRUNC|O_CREAT))<0){   //test.txt is in flash 
    printf("create file failed!\n");
    return;
}else{
    write(fd,buf,strlen(buf));
    close(fd);
}

cyg_thread_delay(100);              //this and the following are unusefull
printf("delay test 0.\n");
cyg_thread_delay(100);              //like cyg_thread_delay(0);
printf("delay test 1.\n");
cyg_thread_delay(100);
printf("delay test 2.\n");
cyg_thread_delay(100);
printf("delay test 3.\n");

-- 
Configure bugmail: http://bugzilla.ecoscentric.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-14  3:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-14 15:27 [Bug 1000285] jffs2 lead to cyg_thread_delay(ticks) no delay bugzilla-daemon
2006-06-16 10:44 bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).