Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
thread_12.c File Reference
#include <tc_util.h>
#include <zephyr.h>
#include <sys/mutex.h>

Functions

void thread_12 (void)
 

Variables

static int tc_rc = TC_PASS
 
struct sys_mutex private_mutex
 

Function Documentation

◆ thread_12()

void thread_12 ( void  )

thread_12 - thread that participates in recursive locking tests

Returns
N/A

Variable Documentation

◆ private_mutex

struct sys_mutex private_mutex
extern

◆ tc_rc

int tc_rc = TC_PASS
static