YAMAMOTO Takashi

Results 81 comments of YAMAMOTO Takashi

i guess the problem still exists. but i'm not looking at KERNEL build these days. it's great if someone more familiar with KERNEL build can take this over.

do you have a plan to actually implement them?

* don't you need to distinguish MAP_SHARED/MAP_PRIVATE? copy-on-write mapping should not be written back to the file. * don't you need some reference counting on the file? i guess the...

i'm not sure why the ci is complaining on up_x11eventloop.c.

> > i'm not sure why the ci is complaining on up_x11eventloop.c. > > Try just to rebase the changes why? is it a known problem already fixed?

> > > > i'm not sure why the ci is complaining on up_x11eventloop.c. > > > > > > > > > Try just to rebase the changes >...

i turned this a draft because i prefer https://github.com/apache/incubator-nuttx/pull/6011

@xiaoxiang781216 i will revisit later. not today.

do you have any real code relying on pthread_barrier_destroy detecting it?

my reading of the standard is that if an implementation detects the condition, it can report EBUSY. it seems fine not to detect the condition. IMO this is something which...