Home
last modified time | relevance | path

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

/external/syslinux/core/thread/
Dsemaphore.c31 struct thread_block block; in __sem_down_slow()
74 struct thread_block *block; in __sem_up_slow()
75 block = container_of(l, struct thread_block, list); in __sem_up_slow()
Dkill_thread.c10 struct thread_block *block; in kill_thread()
Dtimeout.c20 struct thread_block *block; in __thread_process_timeouts()
/external/syslinux/core/include/
Dthread.h33 struct thread_block { struct
49 struct thread_block *blocked; argument