HomeSort by relevance Sort by last modified time
    Searched refs:kill_thread (Results 1 - 7 of 7) sorted by null

  /external/syslinux/core/thread/
kill_thread.c 7 void kill_thread(struct thread *thread) function
  /external/syslinux/core/include/
thread.h 111 void kill_thread(struct thread *);
  /external/syslinux/core/fs/pxe/
isr.c 284 kill_thread(pxe_thread);
295 kill_thread(poll_thread);
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_pipe.h 239 int kill_thread; member in struct:dd_context
dd_context.c 598 dctx->kill_thread = 1;
dd_draw.c 909 while (!dctx->kill_thread) {
    [all...]
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c 612 void *kill_thread(void *data) function
661 * Add the KILL_THREAD rule again to make sure that the KILL_PROCESS
667 ASSERT_EQ(0, pthread_create(&thread, NULL, kill_thread, (void *)false));
672 ASSERT_EQ(0, pthread_create(&thread, NULL, kill_thread, (void *)true));
685 TEST(KILL_thread)
    [all...]

Completed in 177 milliseconds