HomeSort by: relevance | last modified time | path
    Searched defs:at91cf_create_event_thread (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/at91/
at91cf.c 86 static void at91cf_create_event_thread(void *);
232 kthread_create(PRI_NONE, 0, NULL, at91cf_create_event_thread, ph,
243 at91cf_create_event_thread(void *arg) function in typeref:typename:void
251 DPRINTFN(1, ("at91cf_create_event_thread: status=%d\n", ph->ph_status));
at91cf.c 86 static void at91cf_create_event_thread(void *);
232 kthread_create(PRI_NONE, 0, NULL, at91cf_create_event_thread, ph,
243 at91cf_create_event_thread(void *arg) function in typeref:typename:void
251 DPRINTFN(1, ("at91cf_create_event_thread: status=%d\n", ph->ph_status));

Completed in 156 milliseconds