Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
thread_12.c File Reference
#include <zephyr/tc_util.h>
#include <zephyr/kernel.h>
#include <zephyr/sys/mutex.h>

Functions

void thread_12 (void *p1, void *p2, void *p3)
 thread_12 - thread that participates in recursive locking tests
 

Variables

static int tc_rc = TC_PASS
 
struct sys_mutex private_mutex
 

Function Documentation

◆ thread_12()

void thread_12 ( void * p1,
void * p2,
void * p3 )

thread_12 - thread that participates in recursive locking tests

Variable Documentation

◆ private_mutex

struct sys_mutex private_mutex
extern

◆ tc_rc

int tc_rc = TC_PASS
static