Home
last modified time | relevance | path

Searched refs:thread_status (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Dosdep_service_linux.h494 u8 thread_status; member
498 #define RST_THREAD_STATUS(t) (t->thread_status = 0)
499 #define SET_THREAD_STATUS(t, s) (t->thread_status |= s)
500 #define CLR_THREAD_STATUS(t, cl) (t->thread_status &= ~(cl))
501 #define CHK_THREAD_STATUS(t, ck) (t->thread_status & ck)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dosdep_service_linux.h492 u8 thread_status; member
496 #define RST_THREAD_STATUS(t) (t->thread_status = 0)
497 #define SET_THREAD_STATUS(t, s) (t->thread_status |= s)
498 #define CLR_THREAD_STATUS(t, cl) (t->thread_status &= ~(cl))
499 #define CHK_THREAD_STATUS(t, ck) (t->thread_status & ck)
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Dsched-messaging.c179 void *thread_status; in reap_worker() local
187 pthread_join(id, &thread_status); in reap_worker()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dopal.h137 int64_t opal_query_cpu_status(uint64_t thread_number, uint8_t *thread_status);