Re: [PATCH 2/4] display-test: make use of create_thread function

2014-09-09 Thread Marek Chalupa
Hi, On 4 September 2014 14:46, Pekka Paalanen wrote: > On Fri, 29 Aug 2014 11:21:29 +0200 > Marek Chalupa wrote: > > > This function is used in one test only, but its functionality can be > > used in another tests to (create thread and wait until it is sleeping). > > We just need to pass the st

Re: [PATCH 2/4] display-test: make use of create_thread function

2014-09-04 Thread Pekka Paalanen
On Fri, 29 Aug 2014 11:21:29 +0200 Marek Chalupa wrote: > This function is used in one test only, but its functionality can be > used in another tests to (create thread and wait until it is sleeping). > We just need to pass the starting function for the thread as an argument. > > Signed-off-by:

[PATCH 2/4] display-test: make use of create_thread function

2014-08-29 Thread Marek Chalupa
This function is used in one test only, but its functionality can be used in another tests to (create thread and wait until it is sleeping). We just need to pass the starting function for the thread as an argument. Signed-off-by: Marek Chalupa --- tests/display-test.c | 55 ++