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

  /external/mesa3d/src/gallium/drivers/ddebug/
dd_pipe.h 320 bool kill_thread; member in struct:dd_context
dd_context.c 571 dctx->kill_thread = true;
dd_draw.c 1026 } else if (dctx->kill_thread) {
    [all...]
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c 625 void *kill_thread(void *data) function
674 * Add the KILL_THREAD rule again to make sure that the KILL_PROCESS
680 ASSERT_EQ(0, pthread_create(&thread, NULL, kill_thread, (void *)false));
685 ASSERT_EQ(0, pthread_create(&thread, NULL, kill_thread, (void *)true));
698 TEST(KILL_thread)
    [all...]

Completed in 320 milliseconds