HomeSort by relevance Sort by last modified time
    Searched defs:work_struct (Results 26 - 34 of 34) sorted by null

12

  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
workqueue.h 21 struct work_struct { struct
31 struct work_struct work;
36 #define DECLARE_WORK(n, f, d) struct work_struct n = __WORK_INITIALIZER(n, f, d)
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
workqueue.h 21 struct work_struct { struct
31 struct work_struct work;
36 #define DECLARE_WORK(n, f, d) struct work_struct n = __WORK_INITIALIZER(n, f, d)
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
workqueue.h 21 struct work_struct { struct
31 struct work_struct work;
36 #define DECLARE_WORK(n, f, d) struct work_struct n = __WORK_INITIALIZER(n, f, d)
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
workqueue.h 21 struct work_struct { struct
31 struct work_struct work;
36 #define DECLARE_WORK(n, f, d) struct work_struct n = __WORK_INITIALIZER(n, f, d)
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
workqueue.h 21 struct work_struct { struct
31 struct work_struct work;
36 #define DECLARE_WORK(n, f, d) struct work_struct n = __WORK_INITIALIZER(n, f, d)
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
workqueue.h 21 struct work_struct { struct
31 struct work_struct work;
36 #define DECLARE_WORK(n, f, d) struct work_struct n = __WORK_INITIALIZER(n, f, d)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
workqueue.h 21 struct work_struct { struct
31 struct work_struct work;
36 #define DECLARE_WORK(n, f, d) struct work_struct n = __WORK_INITIALIZER(n, f, d)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
workqueue.h 21 struct work_struct { struct
31 struct work_struct work;
36 #define DECLARE_WORK(n, f, d) struct work_struct n = __WORK_INITIALIZER(n, f, d)
  /external/kernel-headers/original/linux/
workqueue.h 14 struct work_struct { struct
24 struct work_struct work;
35 struct work_struct n = __WORK_INITIALIZER(n, f, d)
64 extern int FASTCALL(queue_work(struct workqueue_struct *wq, struct work_struct *work));
65 extern int FASTCALL(queue_delayed_work(struct workqueue_struct *wq, struct work_struct *work, unsigned long delay));
67 struct work_struct *work, unsigned long delay);
70 extern int FASTCALL(schedule_work(struct work_struct *work));
71 extern int FASTCALL(schedule_delayed_work(struct work_struct *work, unsigned long delay));
73 extern int schedule_delayed_work_on(int cpu, struct work_struct *work, unsigned long delay);
80 void cancel_rearming_delayed_work(struct work_struct *work)
    [all...]

Completed in 958 milliseconds

12